Go to file
Ben Gras 168d766f32 . pci driver now returns devices, even when they have been pci_reserve()d
. pci_reserve() returns an error on devices that have already been reserved,
  instead of panic()ing; the pci_reserve() library call still panics,
  pci_reserve_ok() returns an int.
. this allows at_wini to use the instance value as intended, as all devices
  are seen, even reserved ones
. only devices actually used by at_wini are pci_reserve()d
. pci doesn't release devices based on argv[0], as at_wini both have the
  same name and multiple instances won't work together properly
2007-02-20 17:09:19 +00:00
boot ctty command without parameters to disable serial console. 2007-01-08 14:30:11 +00:00
commands mkfs needs more memory for the boot ramdisk. 2007-02-12 13:10:06 +00:00
docs vfs/mount/rs/service changes: 2007-01-22 15:25:41 +00:00
drivers . pci driver now returns devices, even when they have been pci_reserve()d 2007-02-20 17:09:19 +00:00
etc Removed args debugging line 2007-02-16 15:58:05 +00:00
include . pci driver now returns devices, even when they have been pci_reserve()d 2007-02-20 17:09:19 +00:00
kernel . made memory parsing function into a library call 2007-02-16 15:54:28 +00:00
lib . pci driver now returns devices, even when they have been pci_reserve()d 2007-02-20 17:09:19 +00:00
man TZ update for new US/Canadian DST rules, fixed by Al Woodhull. 2007-02-20 16:29:26 +00:00
servers . use library function to parse memory string 2007-02-16 15:55:20 +00:00
test Default amount of memory for tests (some ran out of memory) 2006-10-25 13:35:03 +00:00
tools Include svn revision number in iso filename when doing build 2007-02-19 16:40:33 +00:00
LICENSE *** empty log message *** 2006-03-08 16:34:36 +00:00
Makefile No gmake in use 2006-03-08 16:46:40 +00:00