Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-17 | Add support for the Sun Enterprise 450 | Henric Jungheim | |
Reduce the size of a GENERIC kernel by ~190k Remove the nasty pointer/bus_space_handle_t casts Adds debug bus_space code including the ability to trace bus operations (it actually works now). The following rules are now followed (and verfified by the debug code): 1. A "bus_space_handle_t" may only be used with the "bus_space_tag_t" that created it. 2. Only "bus_space_map()" may create "bus_space_handle_t"s. 3. A "bus_space_handle_t" may not be modified after it has been created (other than being destroyed by "bus_space_unmap()"). Thanks to help from mcbride, marc, jason, drahn, to anyone that might have slipped my mind at the moment. ok jason@, deraadt@ | |||
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-11-28 | KNF | Jason Wright | |
2001-11-28 | grr... include bpfilter.h for NBPFILTER | Jason Wright | |
2001-11-28 | be sure to call ether_ioctl, like everyone else. | Jason Wright | |
also, complain if we don't get an interrupt established. current state: be doesn't interrupt, qe gets rx/tx sbus dma errors *sigh* | |||
2001-11-27 | remove sc_enaddr and just put the ethernet address into arpcom.ac_enaddr. | Jason Wright | |
2001-09-12 | get sc_bustag and sc_dmatag from attach. | Jason Wright | |
2001-08-31 | implement autoconf mechanism using device_register(); from NetBSD. | Jason Wright | |
2001-08-20 | qec+be (another driver originally written under OpenBSD, but pulled into | Jason Wright | |
this heirarchy from the NetBSD tree... and who says the projects don't work together). |