Go to file
thorpej bbee567187 Fix a couple of bugs/annoyances in match/attach:
- Do PCI space configuration like the other drivers.  In particular,
  don't _disable_ the space we're not using because some lame firmware
  implementations might not reenable it on warm boot.  Also, prefer
  memory space always.
- Make match and info-gathering in attach table-driven.
- Rearrange things a bit to be a bit more visually pleasing during boot.

Also, fixup some #include problems.
1997-11-17 01:58:29 +00:00
bin Make this compile with -DSMALL and warnings on. 1997-11-12 03:40:55 +00:00
distrib Create _S_VERS to hold output of `osversion.sh -s` 1997-11-17 01:39:33 +00:00
etc Add a minimal set of devices for install disks, etc. 1997-11-15 18:38:30 +00:00
games PR/4489: Mika Nystroem: Security hole exec'ing more in fish instructions. 1997-11-16 21:41:53 +00:00
gnu Fix y2k problem. 1997-11-17 01:45:01 +00:00
include fix retval of fparseln 1997-11-16 22:34:23 +00:00
lib Increase minor number for fparseln 1997-11-16 22:20:14 +00:00
libexec log debug stuff using LOG_DEBUG not LOG_INFO 1997-11-16 12:04:21 +00:00
regress
sbin Use {warn,err}{,x}(3) instead of printf's 1997-11-16 17:03:11 +00:00
share Fix y2k problem. 1997-11-17 01:37:56 +00:00
sys Fix a couple of bugs/annoyances in match/attach: 1997-11-17 01:58:29 +00:00
usr.bin sort xrefs 1997-11-15 20:55:51 +00:00
usr.sbin PR/4509: Jarle F. Greipsland: avoid redefinition of rfc931_timeout. 1997-11-16 21:30:25 +00:00
Makefile