freebsd-src/sys
John-Mark Gurney 6a796ce0a1 teach sio how to attach to isa PnP cards. This is mainly for use with
internal modems.  Currently detects a USR modem, and a couple Supra
modems...  vendor id's for sio capabile cards welcomed...

document new option EXTRA_SIO that will increase sio's internal data
structures to support X more serial ports...  these are used by the
PnP part of sio for attaching...  If you don't have it specified, it
will default to 2...  This is defaulted to 0 if you don't have PnP
compiled into your kernel...

also document that if you set the PnP flags (pnp x flags y) to 0x1 that
the modem will be refused to be recognized by the sio driver... this
is for people that want the traditional isa driver to probe and attach
the modem... (for keeping legacy sio numbering)
1997-09-19 15:25:49 +00:00
..
alpha Always defines macros for PC-98 display. 1997-09-04 09:05:17 +00:00
amd64 teach pnp to keep isa_device structs around, and teach isa.c how to scan 1997-09-19 15:20:25 +00:00
compat Moved include files which are independent of bs driver. 1997-08-28 09:23:57 +00:00
compile
conf teach sio how to attach to isa PnP cards. This is mainly for use with 1997-09-19 15:25:49 +00:00
ddb Minor hack to also allow for syscons's "interesting" arrow keys. 1997-08-17 21:21:50 +00:00
dev teach sio how to attach to isa PnP cards. This is mainly for use with 1997-09-19 15:25:49 +00:00
fs Executing binaries on a nullfs (or nullfs-based) filesystem results in 1997-09-18 18:33:23 +00:00
geom Removed unused #includes. 1997-06-14 13:56:12 +00:00
gnu Update select -> poll in drivers. 1997-09-14 03:19:42 +00:00
i386 teach sio how to attach to isa PnP cards. This is mainly for use with 1997-09-19 15:25:49 +00:00
isa teach sio how to attach to isa PnP cards. This is mainly for use with 1997-09-19 15:25:49 +00:00
isofs/cd9660 Convert select -> poll. 1997-09-14 02:58:12 +00:00
kern Fixed staticization. buckets[] was staticized but was still declared 1997-09-16 13:52:04 +00:00
libkern Removed unused #includes. 1997-08-02 14:33:27 +00:00
miscfs Executing binaries on a nullfs (or nullfs-based) filesystem results in 1997-09-18 18:33:23 +00:00
modules Add example for IPFIREWALL_DEFAULT_TO_ACCEPT 1997-09-10 04:19:07 +00:00
msdosfs Convert select -> poll. 1997-09-14 02:58:12 +00:00
net Fixed gratuitous ANSIisms. 1997-09-16 11:44:05 +00:00
netatalk Update network code to use poll support. 1997-09-14 03:10:42 +00:00
netinet Make TCPDEBUG a new-style option. 1997-09-16 18:36:06 +00:00
netipx Update network code to use poll support. 1997-09-14 03:10:42 +00:00
netkey This is the `netkey' kernel key-management service (the PF_KEY analogue 1996-06-14 17:22:18 +00:00
netnatm Update network code to use poll support. 1997-09-14 03:10:42 +00:00
netns Remove unneeded member nsp_head from struct nspcb. 1997-04-14 18:26:51 +00:00
nfs select -> poll 1997-09-14 03:00:44 +00:00
nfsclient select -> poll 1997-09-14 03:00:44 +00:00
nfsserver Remove a couple of stubborn NetBSD #if's. 1997-09-10 20:22:32 +00:00
pc98 Synchronize with sys/i386/i386/userconfig.c revision 1.93. 1997-09-19 08:48:02 +00:00
pccard Update select -> poll in drivers. 1997-09-14 03:19:42 +00:00
pci Missed a place where the extra descriptor buffers would need to be 1997-09-18 08:28:23 +00:00
powerpc/include Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
rpc Resolve conflicts. 1997-05-28 04:45:15 +00:00
scsi Remove line noise from the quirk list (kernel build stopper) 1997-09-18 00:15:55 +00:00
sys Drop temporary source-level compatibility for old mount(2) interface. 1997-09-16 14:44:24 +00:00
tools 3 lines of code and updates to a number of comments. 1997-09-10 20:11:02 +00:00
ufs [Regarding the previous patch] This is completely wrong. 1997-09-19 11:13:16 +00:00
vm Update select -> poll in drivers. 1997-09-14 03:19:42 +00:00
Makefile Commit a long-forgotten tweak for building tags in /usr/src/sys. 1997-07-13 07:36:20 +00:00