Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-07-12 | Fix for the new fast PII-400 machines. This makes them work, and does not | Tobias Weingartner | |
seem to have an adverse affect on other machines. Thanks to martin@ for testing on the PII-400 (wish I had one...), and millert@ for testing on his machines (and finding a bug in my original fix). pccons & pckbd need fixing too... | |||
1998-07-12 | add .Os | Theo de Raadt | |
1998-07-12 | Remove the NPMODE_KEEPLAST defs; they're not really necessary. Also, | Angelos D. Keromytis | |
sync with NetBSD (the recent splhigh->splimp changes). | |||
1998-07-12 | fix bhlcr shift values; fgsch@olimpo.com.br | Theo de Raadt | |
1998-07-12 | fill in d_bbsize and d_sbsize | Theo de Raadt | |
1998-07-11 | Add detection of the Vr41xx. | imp | |
1998-07-11 | Roll-back previous commit; someone is working on getting all the boot* | Angelos D. Keromytis | |
pages make some sense. | |||
1998-07-11 | Rename boot.8 to boot-second-stage.8, so it's possible to get it | Angelos D. Keromytis | |
through man (it conflicted with the boot_$arch.8 page); wsimpson@greendragon.com | |||
1998-07-11 | sync | Theo de Raadt | |
1998-07-11 | add Matrox Productiva AGP card | Niels Provos | |
1998-07-11 | +documentation | Todd T. Fries | |
1998-07-11 | fix attach() messages | Theo de Raadt | |
1998-07-11 | be* at qec? | Theo de Raadt | |
1998-07-11 | always return TOC information in big-endian order; problem noted by | Theo de Raadt | |
csapuntz@lcs.mit.edu | |||
1998-07-10 | Fix rx buffer size so large packets actually fit. | Jason Wright | |
1998-07-10 | add MI ipx_cksum.c for those missing MD one | Michael Shalayeff | |
1998-07-10 | Add build support for hme | Jason Wright | |
1998-07-10 | hme (Happy Meal) ethernet driver. | Jason Wright | |
1998-07-09 | fix support for pci mode 1; mochid@yo.rim.or.jp | Theo de Raadt | |
1998-07-09 | never set PSL_IOPL at high securelevel (except the one xf86 case, controlled ↵ | Theo de Raadt | |
by the aperture driver; problem noted by csapuntz | |||
1998-07-09 | Don't unmap something that we didn't map... | Jason Downs | |
1998-07-08 | add eap + sv audio drivers | Theo de Raadt | |
1998-07-08 | open fd1 and fd2 as FREAD|FWRITE | Theo de Raadt | |
1998-07-08 | Correct error in original cloning from if_ethersubr.c. | ryker | |
1998-07-08 | use those new pdc call types | Michael Shalayeff | |
1998-07-08 | define types for pdc calls | Michael Shalayeff | |
1998-07-08 | define DEFAULT_KERNEL_ADDRESS for MI boot.c | Michael Shalayeff | |
1998-07-08 | reflect MI boot changes; remove dead time_print() prototype | Michael Shalayeff | |
1998-07-08 | use KERNEL_DEFAULT_ADDRESS from MD libsa.h for default kernel load address | Michael Shalayeff | |
1998-07-08 | sync | Theo de Raadt | |
1998-07-07 | S3 SonicVibes driver | Constantine Sapuntzakis | |
1998-07-07 | more includes | Michael Shalayeff | |
1998-07-07 | more MD files | Michael Shalayeff | |
1998-07-07 | add some options; s/size/\${SIZE}/ | Michael Shalayeff | |
1998-07-07 | htons(ETHERTYPE_IPX) | ryker | |
1998-07-07 | put wd_error check back; without this machine boot times go well over 60 seconds | Theo de Raadt | |
1998-07-07 | sync | Theo de Raadt | |
1998-07-07 | two new products; fgsch@olimpo.com.br | Theo de Raadt | |
1998-07-07 | DECNET is not DECENT. :-) | ryker | |
1998-07-07 | per XPG, gethostname() with a short buffer returns truncated data - not ENOMEM. | Theo de Raadt | |
As permitted, make the truncated buffer be NUL terminated. make getdomainname() match. | |||
1998-07-07 | oops, i did not handle nchrdev correctly | Theo de Raadt | |
1998-07-07 | fix chrtoblk() so that it returne ENODEV for entries beyond the end of the table | Theo de Raadt | |
1998-07-07 | sync | Theo de Raadt | |
1998-07-07 | PNIC, a tulip clone | Theo de Raadt | |
1998-07-05 | fix netbsd bug; from boquist@cs.chalmers.se | Jason Downs | |
1998-07-05 | basic chip setup | Theo de Raadt | |
1998-07-05 | do not print fake slot numbers | Theo de Raadt | |
1998-07-05 | Add support for ISA PnP to wdc and associated config goo. This does NOT work | Jason Downs | |
with the Soundblaster; documentation is needed. Also changes wdcprobe method slightly. | |||
1998-07-05 | sync | Jason Downs | |
1998-07-05 | Uncommit wdc. | Jason Downs | |
Note that the Soundblaster uses this code, even though it's port isn't fully compatible with the driver. |