Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Dec 1998 16:23:08 -0500
From:      "Yan Raytselis" <Yan.Raytselis@worldnet.att.net>
To:        <questions@FreeBSD.ORG>
Subject:   CDROM, X mouse, and packet filter
Message-ID:  <000301be31df$501257c0$297f4e0c@yanhome>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

------=_NextPart_000_0004_01BE31B5.30802A60
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I have relativeley recently installed FreeBSD 2.2.5 on my 486/66 machine =
at home. I ran into a series of problems and would greatly appreciate if =
some light could be thrown on the issues described below.

First, my current kernel configuration looks as follows (I didn't rename =
it, so it is still "GENERIC"):

#

# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks

#

# For more information read the handbook part System Administration ->=20

# Configuring the FreeBSD Kernel -> The Configuration File.=20

# The handbook is available in /usr/share/doc/handbook or online as

# latest version from the FreeBSD World Wide Web server=20

# <URL:http://www.FreeBSD.ORG/>;

#

# An exhaustive list of options and more detailed explanations of the=20

# device lines is present in the ./LINT configuration file. If you are=20

# in doubt as to the purpose or necessity of a line, check first in =
LINT.

#

# $Id: GENERIC,v 1.77.2.12 1997/10/18 11:03:10 joerg Exp $

machine "i386"

cpu "I386_CPU"

cpu "I486_CPU"

cpu "I586_CPU"

cpu "I686_CPU"

ident GENERIC

maxusers 10

options MATH_EMULATE #Support for x87 emulation

options INET #InterNETworking

options FFS #Berkeley Fast Filesystem

options NFS #Network Filesystem

options MSDOSFS #MSDOS Filesystem

options "CD9660" #ISO 9660 Filesystem

options PROCFS #Process filesystem

options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]

options SCSI_DELAY=3D15 #Be pessimistic about Joe SCSI device

options BOUNCE_BUFFERS #include support for DMA bounce buffers

options UCONSOLE #Allow users to grab the console

options FAILSAFE #Be conservative

options USERCONFIG #boot -c editor

options VISUAL_USERCONFIG #visual boot -c editor

config kernel root on wd0

controller isa0

controller eisa0

controller pci0

controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr

disk fd0 at fdc0 drive 0

disk fd1 at fdc0 drive 1

tape ft0 at fdc0 drive 2

options "CMD640" # work around CMD640 chip deficiency

controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr

disk wd0 at wdc0 drive 0

disk wd1 at wdc0 drive 1

controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr

disk wd2 at wdc1 drive 0

disk wd3 at wdc1 drive 1

options ATAPI #Enable ATAPI support for IDE bus

options ATAPI_STATIC #Don't do it as an LKM

device wcd0 #IDE CD-ROM

# A single entry for any of these controllers (ncr, ahb, ahc, amd) is

# sufficient for any number of installed devices.

controller ncr0

controller amd0

controller ahb0

controller ahc0

controller bt0 at isa? port "IO_BT0" bio irq ? vector bt_isa_intr

controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr

controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr

controller aic0 at isa? port 0x340 bio irq 11 vector aicintr

controller nca0 at isa? port 0x1f88 bio irq 10 vector ncaintr

controller nca1 at isa? port 0x350 bio irq 5 vector ncaintr

controller sea0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector =
seaintr

controller scbus0

device sd0

device od0 #See LINT for possible `od' options.

device st0

device cd0 #Only need one of these, the code dynamically grows

device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr

device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr

controller matcd0 at isa? port 0x230 bio

device scd0 at isa? port 0x230 bio



# Controls all sound devices

controller snd0

#Uncomment one or more of these device entries, depending on what type =
of

#sound card you have:

# ProAudioSpectrum PCM and Midi - for PAS

device pas0 at isa? port 0x388 irq 10 drq 6 vector pasintr

# SoundBlaster DSP driver - for SB, SB Pro, SB16, PAS(emulating SB)

device sb0 at isa? port 0x220 irq 7 drq 1 vector sbintr

# SoundBlaster 16 DSP driver - for SB16 - requires sb0 device

device sbxvi0 at isa? drq 5

# SoundBlaster 16 MIDI - for SB16 - requires sb0 device

device sbmidi0 at isa? port 0x300

# syscons is the default console driver, resembling an SCO console

device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr

# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver

#device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint

#options XSERVER # support for X server

#options FAT_CURSOR # start with block cursor

# If you have a ThinkPAD, uncomment this along with the rest of the PCVT =
lines

#options PCVT_SCANSET=3D2 # IBM keyboards are non-std

# Mandatory, don't remove

device npx0 at isa? port "IO_NPX" flags 0x1 irq 13 vector npxintr

#

# Laptop support (see LINT for more options)

#

device apm0 at isa? disable # Advanced Power Management

options APM_BROKEN_STATCLOCK # Workaround some buggy APM BIOS

# PCCARD (PCMCIA) support

#controller crd0

#device pcic0 at crd?

#device pcic1 at crd?

device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr

device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr

device sio2 at isa? disable port "IO_COM3" tty irq 5 vector siointr

device sio3 at isa? disable port "IO_COM4" tty irq 9 vector siointr

device lpt0 at isa? port? tty irq 7 vector lptintr

device lpt1 at isa? port? tty

device mse0 at isa? port 0x23c tty irq 5 vector mseintr

device psm0 at isa? disable port "IO_KBD" conflicts tty irq 12 vector =
psmintr

# Order is important here due to intrusive probes, do *not* alphabetize

# this list of network interfaces until the probes have been fixed.

# Right now it appears that the ie0 must be probed before ep0. See

# revision 1.20 of this file.

device de0

device fxp0

device vx0

device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr

device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr

device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector ieintr

device ie1 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr

device ep0 at isa? port 0x300 net irq 10 vector epintr

device ex0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector exintr

device fe0 at isa? port 0x300 net irq ? vector feintr

device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr

device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr

device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr

device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr

pseudo-device loop

pseudo-device ether

pseudo-device log

pseudo-device sl 1

# pseudo-device bpfilter 4

# ijppp uses tun instead of ppp device

#pseudo-device ppp 1

pseudo-device vn 1

pseudo-device tun 1

pseudo-device pty 16

pseudo-device gzip # Exec gzipped a.out's

# KTRACE enables the system-call tracing facility ktrace(2).

# This adds 4 KB bloat to your kernel, and slightly increases

# the costs of each syscall.

options KTRACE #kernel tracing

# This provides support for System V shared memory.

#

options SYSVSHM





##################################################

The output of dmesg:



Copyright (c) 1992-1997 FreeBSD Inc.

Copyright (c) 1982, 1986, 1989, 1991, 1993

The Regents of the University of California. All rights reserved.

FreeBSD 2.2.5-RELEASE #0: Tue Nov 3 21:54:49 GMT 1998

root@myname.my.domain:/usr/src/sys/compile/freebie

CPU: Cyrix 486DX2 (486-class CPU)

Origin =3D "CyrixInstead" DIR=3D0xb1b Stepping=3D0 Revision=3D11

real memory =3D 16777216 (16384K bytes)

avail memory =3D 14364672 (14028K bytes)

Probing for devices on the ISA bus:

sc0 at 0x60-0x6f irq 1 on motherboard

sc0: VGA color <16 virtual consoles, flags=3D0x0>

ed0 not found at 0x280

ed1 not found at 0x300

fe0 not found at 0x300

sio0 at 0x3f8-0x3ff irq 4 on isa

sio0: type 16450

sio1 at 0x2f8-0x2ff irq 3 on isa

sio1: type 16550A

lpt0 at 0x378-0x37f irq 7 on isa

lpt0: Interrupt-driven port

lp0: TCP/IP capable interface

lpt1 not found at 0xffffffff

psm0 at 0x60-0x64 irq 12 on motherboard

psm0: device ID 0

fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa

fd0: 1.44MB 3.5in

wdc0 at 0x1f0-0x1f7 irq 14 on isa

wdc0: unit 0 (wd0): <ST3491A-XR>

wd0: 408MB (836070 sectors), 899 cyls, 15 heads, 62 S/T, 512 B/S

wdc0: unit 1 (wd1): <WDC AC31200F>

wd1: 1222MB (2503872 sectors), 2484 cyls, 16 heads, 63 S/T, 512 B/S

wdc1 not found at 0x170

bt0 not found at 0x330

uha0 not found at 0x330

aha0 not found at 0x330

aic0 not found at 0x340

nca0 not found at 0x1f88

nca1 not found at 0x350

sea0 not found

wt0 not found at 0x300

mcd0 not found at 0x300

matcd - Matsushita (Panasonic) CD-ROM Driver by FDIV, Version 1(26) =
18-Oct-95

matcdc0 at 0x230-0x233 on isa

matcdc0 Host interface type 0

matcd0: ['=FF=FF=FF=FF=FF=FF=FF=FF=FF] matcd1: =
['=FF=FF=FF=FF=FF=FF=FF=FF=FF] matcd2: ['=FF=FF=FF=FF=FF=FF=FF=FF=FF] =
matcd3: ['=FF=FF=FF=FF=FF=FF=FF=FF=FF]=20

scd0 not probed due to I/O address conflict with matcdc0 at 0x230

ie0: unknown board_id: f000

ie0 not found at 0x300

ie1: unknown board_id: f000

ie1 not found at 0x360

ep0 not found at 0x300

ex0 not found at 0x300

le0 not found at 0x300

lnc0 not found at 0x280

ze0 not found at 0x300

zp0 not found at 0x300

pas0 not found at 0x388

sb0 at 0x220 irq 5 drq 1 on isa

sb0: <SoundBlaster 16 4.13>

sbxvi0 at 0x0 drq 5 on isa

sbxvi0: <SoundBlaster 16 4.13>

sbmidi0 at 0x330 on isa

<SoundBlaster MPU-401>

npx0 flags 0x1 on motherboard

npx0: INT 16 interface

mountmsdosfs(): Warning: root directory is not a multiple of the =
clustersize in length

#####################################################

Please note the line=20

matcd0: ['=FF=FF=FF=FF=FF=FF=FF=FF=FF] matcd1: =
['=FF=FF=FF=FF=FF=FF=FF=FF=FF] matcd2: ['=FF=FF=FF=FF=FF=FF=FF=FF=FF] =
matcd3: ['=FF=FF=FF=FF=FF=FF=FF=FF=FF]=20

My CDROM still cannot be recognized for some reason, it is a Creative =
Labs CDROM that comes

with SoundBlaster 16, it is a few years old, so I do not have other =
details.



My other question is related to enabling bpfilter pseudo-device.

Note that the line=20

# pseudo-device bpfilter 4

in my kernel configuration file is commented out.

For reasons I do not understand, if I enable bpfilter, I'm no longer =
able to startX, getting an error related to inability to load Mouse. =
What is the relation between bpfilter and mouse device  is altogether =
unclear to me (I have a PS/2 mouse)

Any suggestions will be greatly appreciated.

Thanks a lot,

Yan Raytselis,

Software Engineer

BancTec, Inc



P.S. FreeBSD is my personal system at home. In the office I deal with =
HP-UX and AIX, and system administration and hardware configuration =
issues are not directly related to my area of responsibilities=20






------=_NextPart_000_0004_01BE31B5.30802A60
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=3Dtext/html;charset=3Diso-8859-1 =
http-equiv=3DContent-Type>
<META content=3D'"MSHTML 4.72.3110.7"' name=3DGENERATOR>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT color=3D#000000 size=3D2>I have relativeley recently =
installed FreeBSD=20
2.2.5 on my 486/66 machine at home. I ran into a series of problems and =
would=20
greatly appreciate if some light could be thrown on the issues described =

below.</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2>First, my current kernel =
configuration looks as=20
follows (I didn't rename it, so it is still =
&quot;GENERIC&quot;):</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT color=3D#000000 size=3D2><FONT size=3D2>
<P>#</P>
<P># GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks</P>
<P>#</P>
<P># For more information read the handbook part System Administration =
-&gt;=20
</P>
<P># Configuring the FreeBSD Kernel -&gt; The Configuration File. </P>
<P># The handbook is available in /usr/share/doc/handbook or online =
as</P>
<P># latest version from the FreeBSD World Wide Web server </P>
<P># &lt;URL:http://www.FreeBSD.ORG/&gt;</P>;
<P>#</P>
<P># An exhaustive list of options and more detailed explanations of the =
</P>
<P># device lines is present in the ./LINT configuration file. If you =
are </P>
<P># in doubt as to the purpose or necessity of a line, check first in =
LINT.</P>
<P>#</P>
<P># $Id: GENERIC,v 1.77.2.12 1997/10/18 11:03:10 joerg Exp $</P>
<P>machine &quot;i386&quot;</P>
<P>cpu &quot;I386_CPU&quot;</P>
<P>cpu &quot;I486_CPU&quot;</P>
<P>cpu &quot;I586_CPU&quot;</P>
<P>cpu &quot;I686_CPU&quot;</P>
<P>ident GENERIC</P>
<P>maxusers 10</P>
<P>options MATH_EMULATE #Support for x87 emulation</P>
<P>options INET #InterNETworking</P>
<P>options FFS #Berkeley Fast Filesystem</P>
<P>options NFS #Network Filesystem</P>
<P>options MSDOSFS #MSDOS Filesystem</P>
<P>options &quot;CD9660&quot; #ISO 9660 Filesystem</P>
<P>options PROCFS #Process filesystem</P>
<P>options &quot;COMPAT_43&quot; #Compatible with BSD 4.3 [KEEP =
THIS!]</P>
<P>options SCSI_DELAY=3D15 #Be pessimistic about Joe SCSI device</P>
<P>options BOUNCE_BUFFERS #include support for DMA bounce buffers</P>
<P>options UCONSOLE #Allow users to grab the console</P>
<P>options FAILSAFE #Be conservative</P>
<P>options USERCONFIG #boot -c editor</P>
<P>options VISUAL_USERCONFIG #visual boot -c editor</P>
<P>config kernel root on wd0</P>
<P>controller isa0</P>
<P>controller eisa0</P>
<P>controller pci0</P>
<P>controller fdc0 at isa? port &quot;IO_FD1&quot; bio irq 6 drq 2 =
vector=20
fdintr</P>
<P>disk fd0 at fdc0 drive 0</P>
<P>disk fd1 at fdc0 drive 1</P>
<P>tape ft0 at fdc0 drive 2</P>
<P>options &quot;CMD640&quot; # work around CMD640 chip deficiency</P>
<P>controller wdc0 at isa? port &quot;IO_WD1&quot; bio irq 14 vector =
wdintr</P>
<P>disk wd0 at wdc0 drive 0</P>
<P>disk wd1 at wdc0 drive 1</P>
<P>controller wdc1 at isa? port &quot;IO_WD2&quot; bio irq 15 vector =
wdintr</P>
<P>disk wd2 at wdc1 drive 0</P>
<P>disk wd3 at wdc1 drive 1</P>
<P>options ATAPI #Enable ATAPI support for IDE bus</P>
<P>options ATAPI_STATIC #Don't do it as an LKM</P>
<P>device wcd0 #IDE CD-ROM</P>
<P># A single entry for any of these controllers (ncr, ahb, ahc, amd) =
is</P>
<P># sufficient for any number of installed devices.</P>
<P>controller ncr0</P>
<P>controller amd0</P>
<P>controller ahb0</P>
<P>controller ahc0</P>
<P>controller bt0 at isa? port &quot;IO_BT0&quot; bio irq ? vector=20
bt_isa_intr</P>
<P>controller uha0 at isa? port &quot;IO_UHA0&quot; bio irq ? drq 5 =
vector=20
uhaintr</P>
<P>controller aha0 at isa? port &quot;IO_AHA0&quot; bio irq ? drq 5 =
vector=20
ahaintr</P>
<P>controller aic0 at isa? port 0x340 bio irq 11 vector aicintr</P>
<P>controller nca0 at isa? port 0x1f88 bio irq 10 vector ncaintr</P>
<P>controller nca1 at isa? port 0x350 bio irq 5 vector ncaintr</P>
<P>controller sea0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector=20
seaintr</P>
<P>controller scbus0</P>
<P>device sd0</P>
<P>device od0 #See LINT for possible `od' options.</P>
<P>device st0</P>
<P>device cd0 #Only need one of these, the code dynamically grows</P>
<P>device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr</P>
<P>device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr</P>
<P>controller matcd0 at isa? port 0x230 bio</P>
<P>device scd0 at isa? port 0x230 bio</P>
<P>&nbsp;</P>
<P># Controls all sound devices</P>
<P>controller snd0</P>
<P>#Uncomment one or more of these device entries, depending on what =
type of</P>
<P>#sound card you have:</P>
<P># ProAudioSpectrum PCM and Midi - for PAS</P>
<P>device pas0 at isa? port 0x388 irq 10 drq 6 vector pasintr</P>
<P># SoundBlaster DSP driver - for SB, SB Pro, SB16, PAS(emulating =
SB)</P>
<P>device sb0 at isa? port 0x220 irq 7 drq 1 vector sbintr</P>
<P># SoundBlaster 16 DSP driver - for SB16 - requires sb0 device</P>
<P>device sbxvi0 at isa? drq 5</P>
<P># SoundBlaster 16 MIDI - for SB16 - requires sb0 device</P>
<P>device sbmidi0 at isa? port 0x300</P>
<P># syscons is the default console driver, resembling an SCO =
console</P>
<P>device sc0 at isa? port &quot;IO_KBD&quot; tty irq 1 vector =
scintr</P>
<P># Enable this and PCVT_FREEBSD for pcvt vt220 compatible console =
driver</P>
<P>#device vt0 at isa? port &quot;IO_KBD&quot; tty irq 1 vector =
pcrint</P>
<P>#options XSERVER # support for X server</P>
<P>#options FAT_CURSOR # start with block cursor</P>
<P># If you have a ThinkPAD, uncomment this along with the rest of the =
PCVT=20
lines</P>
<P>#options PCVT_SCANSET=3D2 # IBM keyboards are non-std</P>
<P># Mandatory, don't remove</P>
<P>device npx0 at isa? port &quot;IO_NPX&quot; flags 0x1 irq 13 vector=20
npxintr</P>
<P>#</P>
<P># Laptop support (see LINT for more options)</P>
<P>#</P>
<P>device apm0 at isa? disable # Advanced Power Management</P>
<P>options APM_BROKEN_STATCLOCK # Workaround some buggy APM BIOS</P>
<P># PCCARD (PCMCIA) support</P>
<P>#controller crd0</P>
<P>#device pcic0 at crd?</P>
<P>#device pcic1 at crd?</P>
<P>device sio0 at isa? port &quot;IO_COM1&quot; tty irq 4 vector =
siointr</P>
<P>device sio1 at isa? port &quot;IO_COM2&quot; tty irq 3 vector =
siointr</P>
<P>device sio2 at isa? disable port &quot;IO_COM3&quot; tty irq 5 vector =

siointr</P>
<P>device sio3 at isa? disable port &quot;IO_COM4&quot; tty irq 9 vector =

siointr</P>
<P>device lpt0 at isa? port? tty irq 7 vector lptintr</P>
<P>device lpt1 at isa? port? tty</P>
<P>device mse0 at isa? port 0x23c tty irq 5 vector mseintr</P>
<P>device psm0 at isa? disable port &quot;IO_KBD&quot; conflicts tty irq =
12=20
vector psmintr</P>
<P># Order is important here due to intrusive probes, do *not* =
alphabetize</P>
<P># this list of network interfaces until the probes have been =
fixed.</P>
<P># Right now it appears that the ie0 must be probed before ep0. =
See</P>
<P># revision 1.20 of this file.</P>
<P>device de0</P>
<P>device fxp0</P>
<P>device vx0</P>
<P>device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector =
edintr</P>
<P>device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector =
edintr</P>
<P>device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector =
ieintr</P>
<P>device ie1 at isa? port 0x360 net irq 7 iomem 0xd0000 vector =
ieintr</P>
<P>device ep0 at isa? port 0x300 net irq 10 vector epintr</P>
<P>device ex0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector =
exintr</P>
<P>device fe0 at isa? port 0x300 net irq ? vector feintr</P>
<P>device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector =
le_intr</P>
<P>device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr</P>
<P>device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector =
zeintr</P>
<P>device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector =
zpintr</P>
<P>pseudo-device loop</P>
<P>pseudo-device ether</P>
<P>pseudo-device log</P>
<P>pseudo-device sl 1</P>
<P># pseudo-device bpfilter 4</P>
<P># ijppp uses tun instead of ppp device</P>
<P>#pseudo-device ppp 1</P>
<P>pseudo-device vn 1</P>
<P>pseudo-device tun 1</P>
<P>pseudo-device pty 16</P>
<P>pseudo-device gzip # Exec gzipped a.out's</P>
<P># KTRACE enables the system-call tracing facility ktrace(2).</P>
<P># This adds 4 KB bloat to your kernel, and slightly increases</P>
<P># the costs of each syscall.</P>
<P>options KTRACE #kernel tracing</P>
<P># This provides support for System V shared memory.</P>
<P>#</P>
<P>options SYSVSHM</P>
<P>&nbsp;</P>
<P>&nbsp;</P>
<P>##################################################</P>
<P>The output of dmesg:</P>
<P>&nbsp;</P><FONT size=3D2>
<P>Copyright (c) 1992-1997 FreeBSD Inc.</P>
<P>Copyright (c) 1982, 1986, 1989, 1991, 1993</P>
<P>The Regents of the University of California. All rights reserved.</P>
<P>FreeBSD 2.2.5-RELEASE #0: Tue Nov 3 21:54:49 GMT 1998</P>
<P>root@myname.my.domain:/usr/src/sys/compile/freebie</P>
<P>CPU: Cyrix 486DX2 (486-class CPU)</P>
<P>Origin =3D &quot;CyrixInstead&quot; DIR=3D0xb1b Stepping=3D0 =
Revision=3D11</P>
<P>real memory =3D 16777216 (16384K bytes)</P>
<P>avail memory =3D 14364672 (14028K bytes)</P>
<P>Probing for devices on the ISA bus:</P>
<P>sc0 at 0x60-0x6f irq 1 on motherboard</P>
<P>sc0: VGA color &lt;16 virtual consoles, flags=3D0x0&gt;</P>
<P>ed0 not found at 0x280</P>
<P>ed1 not found at 0x300</P>
<P>fe0 not found at 0x300</P>
<P>sio0 at 0x3f8-0x3ff irq 4 on isa</P>
<P>sio0: type 16450</P>
<P>sio1 at 0x2f8-0x2ff irq 3 on isa</P>
<P>sio1: type 16550A</P>
<P>lpt0 at 0x378-0x37f irq 7 on isa</P>
<P>lpt0: Interrupt-driven port</P>
<P>lp0: TCP/IP capable interface</P>
<P>lpt1 not found at 0xffffffff</P>
<P>psm0 at 0x60-0x64 irq 12 on motherboard</P>
<P>psm0: device ID 0</P>
<P>fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa</P>
<P>fd0: 1.44MB 3.5in</P>
<P>wdc0 at 0x1f0-0x1f7 irq 14 on isa</P>
<P>wdc0: unit 0 (wd0): &lt;ST3491A-XR&gt;</P>
<P>wd0: 408MB (836070 sectors), 899 cyls, 15 heads, 62 S/T, 512 B/S</P>
<P>wdc0: unit 1 (wd1): &lt;WDC AC31200F&gt;</P>
<P>wd1: 1222MB (2503872 sectors), 2484 cyls, 16 heads, 63 S/T, 512 =
B/S</P>
<P>wdc1 not found at 0x170</P>
<P>bt0 not found at 0x330</P>
<P>uha0 not found at 0x330</P>
<P>aha0 not found at 0x330</P>
<P>aic0 not found at 0x340</P>
<P>nca0 not found at 0x1f88</P>
<P>nca1 not found at 0x350</P>
<P>sea0 not found</P>
<P>wt0 not found at 0x300</P>
<P>mcd0 not found at 0x300</P>
<P>matcd - Matsushita (Panasonic) CD-ROM Driver by FDIV, Version 1(26)=20
18-Oct-95</P>
<P>matcdc0 at 0x230-0x233 on isa</P>
<P>matcdc0 Host interface type 0</P>
<P>matcd0: ['&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;] =
matcd1:=20
['&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;] matcd2:=20
['&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;] matcd3:=20
['&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;] </P>
<P>scd0 not probed due to I/O address conflict with matcdc0 at 0x230</P>
<P>ie0: unknown board_id: f000</P>
<P>ie0 not found at 0x300</P>
<P>ie1: unknown board_id: f000</P>
<P>ie1 not found at 0x360</P>
<P>ep0 not found at 0x300</P>
<P>ex0 not found at 0x300</P>
<P>le0 not found at 0x300</P>
<P>lnc0 not found at 0x280</P>
<P>ze0 not found at 0x300</P>
<P>zp0 not found at 0x300</P>
<P>pas0 not found at 0x388</P>
<P>sb0 at 0x220 irq 5 drq 1 on isa</P>
<P>sb0: &lt;SoundBlaster 16 4.13&gt;</P>
<P>sbxvi0 at 0x0 drq 5 on isa</P>
<P>sbxvi0: &lt;SoundBlaster 16 4.13&gt;</P>
<P>sbmidi0 at 0x330 on isa</P>
<P>&lt;SoundBlaster MPU-401&gt;</P>
<P>npx0 flags 0x1 on motherboard</P>
<P>npx0: INT 16 interface</P>
<P>mountmsdosfs(): Warning: root directory is not a multiple of the =
clustersize=20
in length</P>
<P></FONT>#####################################################</P>
<P>Please note the line </P>
<P>matcd0: ['&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;] =
matcd1:=20
['&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;] matcd2:=20
['&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;] matcd3:=20
['&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;] </P>
<P>My CDROM still cannot be recognized for some reason, it is a Creative =
Labs=20
CDROM that comes</P>
<P>with SoundBlaster 16, it is a few years old, so I do not have other=20
details.</P>
<P>&nbsp;</P>
<P>My other question is related to enabling bpfilter pseudo-device.</P>
<P>Note that the line </P>
<P># pseudo-device bpfilter 4</P>
<P>in my kernel configuration file is commented out.</P>
<P>For reasons I do not understand, if I enable bpfilter, I'm no longer =
able to=20
startX, getting an error related to inability to load Mouse. What is the =

relation between bpfilter and mouse device&nbsp; is altogether unclear =
to me (I=20
have a PS/2 mouse)</P>
<P>Any suggestions will be greatly appreciated.</P>
<P>Thanks a lot,</P>
<P>Yan Raytselis,</P>
<P>Software Engineer</P>
<P>BancTec, Inc</P>
<P>&nbsp;</P>
<P>P.S. FreeBSD is my personal system at home. In the office I deal with =
HP-UX=20
and AIX, and system administration and hardware configuration issues are =
not=20
directly related to my area of responsibilities&nbsp;</P>
<P>&nbsp;</P>
<P>&nbsp;</P></FONT></FONT></DIV></BODY></HTML>

------=_NextPart_000_0004_01BE31B5.30802A60--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000301be31df$501257c0$297f4e0c>