Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-05-11 | Formerly reuse of unit numbers of detached devices was impossible, with | Niklas Hallqvist | |
this change starred devices will search from the first allowed unit for such devices and up for free units when attaching. This means you have to rerun config(8) before yopu compile current kernels. FYI, this is a necessity when doing PCMCIA flashcard reading, otherwise you soon run out of unit numbers. I have also added a way to detach all children of a certain device, used in a new PCMCIA framework to come, so you detach all functions on a single PCMCIA card when pulling it out. A few bugs wrt starred devices fixed in the autoconfig_verbose code too. Last and least, fixed some panic messages. | |||
1998-02-20 | Please GCC 2.8's harsher view of good style | Niklas Hallqvist | |
1998-01-21 | Prevent a NULL-deref in the autoconf_verbose case | Niklas Hallqvist | |
1998-01-20 | typo | Niklas Hallqvist | |
1998-01-20 | Provide a way to debug probes. set autoconf_verbose via DDB, or | Niklas Hallqvist | |
option AUTOCONF_VERBOSE=1 in your kernel config. | |||
1997-11-23 | indent | Michael Shalayeff | |
1997-02-03 | hp300 needs device_register(), too. | Jason Downs | |
1996-11-21 | export struct cfdata cfdata[]; | Michael Shalayeff | |
1996-10-18 | As alpha uses device_register, it needs its proto too | Niklas Hallqvist | |
1996-09-24 | no mknod in chroot | Theo de Raadt | |
1996-08-15 | Remove unnecessary prototype | Niklas Hallqvist | |
1996-07-02 | pretty | Theo de Raadt | |
1996-07-02 | -Wall & -Wstrict-prototype fixes | Niklas Hallqvist | |
1996-06-23 | Added support for user modifiable kernel at boot (-c) /maja | Mats O Jansson | |
1996-06-18 | sick netbsd alpha hack (why not do what other ports do?) | Theo de Raadt | |
1996-05-07 | Make sure config_init gets called before consinit, as at least one port | Niklas Hallqvist | |
actually uses config_* functions for console attachment. Document config_init should not call malloc as the move was over the mem-init function calls too. | |||
1996-04-29 | Pull in John Kohl's [jtk@netbsd.org] most recent (15Apr96) APM and PCMCIA work | hvozda | |
(original PCMCIA framework by Stefan Grefen [grefen@convex.com]). | |||
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-04-19 | NetBSD 960317 merge | Niklas Hallqvist | |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |