Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-24 | More splbio around biodone protection. | Artur Grabowski | |
In these drivers I'm probably using more paranoia than necessary. If you really need to squeeze out the last drop of performance from the fd driver, call me. | |||
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-03-12 | sync with KAME | Kenjiro Cho | |
ALTQify more drivers. ok millert@ | |||
2001-08-24 | Compile cleanup, systype is not currently used, so ifdef it. | Dale Rahn | |
2001-08-24 | make ofprint useable, do carriage return on newline, | Dale Rahn | |
increment pointer to printed buf, instead of printing same character. | |||
2001-08-24 | Fix the typos in the timeout replacement. | Dale Rahn | |
2001-08-22 | sparc64 pci needs this. | Artur Grabowski | |
From NetBSD. | |||
2001-08-21 | Remove gcc warnings. Ok drahn@ | Matthieu Herrb | |
2001-08-21 | Prototype correctly so this builds with -Wstrict-prototypes. | Dale Rahn | |
DEstatic some of the code, add a ofprint() function for printf like debugging early on in boot (before console). Not currently used, except in special debugging kernels. | |||
2001-08-19 | setprop and nextprop | Artur Grabowski | |
2001-08-08 | New timeouts, drahn@ sez go ahead. | Miod Vallat | |
2001-06-25 | prototype OF_interpret(), more cleanup. | Dale Rahn | |
2001-06-25 | ether_input_mbuf(). | Federico G. Schwindt | |
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff | |
2000-10-16 | configuration changes to enable the uni-north memory controller to enable | Dale Rahn | |
the ethernet pci bus. Allows the gm ethernet controller to configure. | |||
2000-08-08 | quiet | Theo de Raadt | |
2000-07-19 | Use t_rstrt_to for ttrstrt timeout. | Artur Grabowski | |
2000-03-31 | Quiet down the boot for powerpc, do not print openfirmware devices not | Dale S. Rahn | |
configured, still prints all of the buses... | |||
2000-01-15 | use model instead of name, more constistant with determining machine type. | Dale S. Rahn | |
1999-10-28 | Sync up with some piece of reality, start supporting powerpc again. | Dale S. Rahn | |
1998-10-03 | Add a "spoofonly" argument to readdisklabel() which will be used to | Todd C. Miller | |
implement an ioctl to get a spoofed label even for disks that have a label on them. | |||
1998-09-20 | Change openfirmware to not try to configure a device on sd or wd | Dale S. Rahn | |
disks if those drivers are in the kernel. This allows the use of ofdisk0 for floppy support. (until fd.c is supported). | |||
1998-09-09 | fall back to openfirmware interrupt processing, might be overridden | Dale S. Rahn | |
later by a real interrupt controller. | |||
1998-08-22 | Allow ofroot to be child of mainbus or root. | Dale S. Rahn | |
1998-06-28 | make the openfirmware clock reading routine compatible with the | Dale S. Rahn | |
"typical" hardware clock read routine. | |||
1997-11-07 | $OpenBSD$ | Niklas Hallqvist | |
1997-08-08 | Change the bounds_check_with_label API to also take a cpu_disklabel | Niklas Hallqvist | |
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it. | |||
1996-12-23 | Import of Openfirmware device drivers for PowerPC port. | Dale S. Rahn | |
From NetBSD, with modification to get current time in kernel. |