Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 1996 13:39:11 -0500
From:      Andrew Herdman <andrew@whine.com>
To:        questions@FreeBSD.ORG
Subject:   new network device that appeared on it's own
Message-ID:  <Pine.BSF.3.91.960307133518.1404A-100000@why>

next in thread | raw e-mail | index | archive | help
If I do an ifconfig -a along with my ed1, lp0, lo0, and tun0 devices I 
have this new 'ds0' device, and I have no idea what it is or where it is 
even comming from.  Here's my kernal config.  Any ideas?  The only thing 
I have added was pseudo-device disc.  I'm not really sure why I added it 
as I have no idea what it even does.  

Andrew

-------------------
#
# WHY -- bt0, sb0, ed1
#

machine		"i386"
cpu		"I586_CPU"
ident		WHY
maxusers	10

options		"SYSVSHM"
options		"SYSVSEM"
options		"SYSVMSG"
options		"SHMMAX=16777216"
options		"SHMALL=16384"
options		"INET"
options		"FFS"
options		"MSDOSFS"
options		"CD9660"
options		"PROCFS"
options		"KERNFS"
options		"COMPAT_43"
options		"UCONSOLE"
options		"FAT_CURSOR"
options		"SCSI_DELAY=3"
options		"SCSIDEBUG"
options		"SCSI_REPORT_GEOMETRY"
options		"NCONS=5"
options		"NSWAPDEV=5"
options		"DUMMY_NOPS"
options		"KTRACE"
options		"NMBCLUSTERS=128"
options		"COMPAT_LINUX"
options		"LINUX"
options		"CHILD_MAX=128"
options		"OPEN_MAX=128"
options		"USER_LDT"
#options		"DDB"

config		kernel	root on sd0 swap on sd0

controller	isa0
controller	pci0
controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
controller	bt0	at isa? port 0x334 bio irq ? vector btintr
controller	scbus0	at bt0
controller	snd0

disk		fd0	at fdc0 drive 0
disk		fd1	at fdc0 drive 1

device		sd0
device		sd1
device		sd2
device		sd3
device		st0
device		cd0
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr
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		lpt0	at isa? port? tty irq 7 vector lptintr
device		joy0	at isa? port "IO_GAME"
device		sb0	at isa? port 0x220 irq 5 drq 1 vector sbintr
device		sbxvi0	at isa? drq 6
device		sbmidi0	at isa? port 0x330
device		opl0	at isa? port 0x388 conflicts
device		ed1	at isa? port 0x300 net irq 10 iomem 0xd0000 vector edintr

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	disc
pseudo-device	speaker
pseudo-device	vn
pseudo-device	tun		1
pseudo-device	pty		16
pseudo-device	bpfilter	2
pseudo-device	snp		5




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960307133518.1404A-100000>