1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/sys
Poul-Henning Kamp d8ee5072e3 I belive I finally got the "on eisa" right.
| if (!(isdp->id_iobase & 0xf300)) {
| 	printf(" on motherboard\n");
| } else if (isdp->id_iobase >= 0x1000 &&
| 	!(isdp->id_opbase & 0x300)) {
| 		printf (" on eisa slot %d\n",
| 			isdp->id_iobase >> 12);
| 	} else {
| 		printf (" on isa\n");
| 	}
| }

Based on info in "The undocumented PC" p.165
1995-02-25 18:29:10 +00:00
..
alpha/include Third round in syscons update. 1995-01-28 22:18:05 +00:00
amd64 I belive I finally got the "on eisa" right. 1995-02-25 18:29:10 +00:00
compile
conf Make diskslice files standard and remove option DISKSLICE. ufs_disksubr.c 1995-02-23 17:19:54 +00:00
ddb Added "panic" command to ddb, so we can do something sensible even if 1995-02-05 21:09:04 +00:00
dev Deal with systems, that lack a fully decoded PCI configuration space. 1995-02-25 17:26:22 +00:00
fs Obtained from: memories of 1.1.5 1995-02-21 18:41:30 +00:00
gnu Add tagged queueing support to the aic7xxx sequencer code. 1995-02-22 01:37:52 +00:00
i386 I belive I finally got the "on eisa" right. 1995-02-25 18:29:10 +00:00
isa Revive input flow control, some ideas from iverson@leonheart.com 1995-02-24 00:11:01 +00:00
isofs/cd9660 Obtained from: memories of 1.1.5 1995-02-21 18:41:30 +00:00
kern Fixed thrashing buffer problem. 1995-02-25 01:46:26 +00:00
libkern Always build libkern_p.a. `NOPROFILE' should only control user libraries. 1995-01-10 01:57:56 +00:00
miscfs Make sure process isn't swapped when messing with it. 1995-02-20 15:53:33 +00:00
modules Once and for all: Never a ${DESTDIR} in ${BINDIR} ! 1995-02-23 19:45:30 +00:00
msdosfs Use the correct block number for updating the backup copy of the FAT when 1995-02-10 18:39:45 +00:00
net Fixed comment - IFT_P80 is 80mbit. 1995-02-25 15:57:55 +00:00
netccitt And fix some more compiler warnings. Then give up. /sys/net* is FULL of 1995-02-15 06:29:47 +00:00
netinet Allow "via" to be specified ever as IP adress or 1995-02-24 14:33:54 +00:00
netiso Update calls to rtalloc1(). 1994-12-13 22:33:05 +00:00
netns
nfs YF fix. 1995-02-15 04:21:32 +00:00
nfsclient YF fix. 1995-02-15 04:21:32 +00:00
nfsserver YF fix. 1995-02-15 04:21:32 +00:00
pci Make people happy, who claim to better know how "interupt" 1995-02-25 17:34:03 +00:00
powerpc/include Don't define CLK_TCK here. 1995-02-03 21:49:18 +00:00
rpc
scsi Add a define for the SCSI_QUEUE_FULL sense message 1995-02-22 01:44:21 +00:00
sys Put the joystick status in a struct {int x, y, b1, b2;} rather than in a 1995-02-22 23:34:58 +00:00
tools
ufs Use dsname() to get consistent names. 1995-02-22 22:46:48 +00:00
vm Fixed severely broken printf (arguments out of order, no newline). 1995-02-25 17:02:48 +00:00
Makefile