summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2000-08-08Make fix for preserving LED settings conditional on presence of an IntelAaron Campbell
2000-08-08sync RAIDframe with Gre Oster's work for NetBSD.Peter Galbavy
2000-08-08add a 'RAID' filesystem type for RAIDframe updates - coming nextPeter Galbavy
2000-08-08more glitzTheo de Raadt
2000-08-08GENERIC is what we really useTheo de Raadt
2000-08-07add a couple of examples, and generally elaborate more on the subjectMichael Shalayeff
2000-08-07nix IPXTheo de Raadt
2000-08-07fix obvious error, spotted by ericjTheo de Raadt
2000-08-06syncTheo de Raadt
2000-08-06ATI rage cardsTheo de Raadt
2000-08-06syncTheo de Raadt
2000-08-06more devices from the G4Theo de Raadt
2000-08-05$OpenBSD$Niklas Hallqvist
2000-08-05$OpenBSD$Niklas Hallqvist
2000-08-05pastoNiklas Hallqvist
2000-08-05Use better (working) locking macros around critical regions. ImplementNiklas Hallqvist
2000-08-05Be more liberal about attaching products unknown to us (we have got IDNiklas Hallqvist
2000-08-05remove staticsNiklas Hallqvist
2000-08-05syncChris Cappuccio
2000-08-05Support Promise Ultra/100 as found on some Microstar motherboardsChris Cappuccio
2000-08-04syncTheo de Raadt
2000-08-04anotherTheo de Raadt
2000-08-04enable sfb/cfb/tga and compat_osf1. make it compile without mods.Eric Jackson
2000-08-04convert sfb and cfb to use new wscons; from NetBSD.Eric Jackson
2000-08-04clear rings before freeing themTheo de Raadt
2000-08-04KNFTheo de Raadt
2000-08-04Rewritten to use cat(1) instead of echo(1), in particular to be able toAaron Campbell
2000-08-04rest of the work needed for tga2; from NetBSDEric Jackson
2000-08-04add support for tga2; from NetBSDEric Jackson
2000-08-04Support for the Psion Goldcard; pt98kfr@student.hk-r.seAaron Campbell
2000-08-04regenEric Jackson
2000-08-04Merge in NetBSD changes. This now works for most statically compiled osf1Eric Jackson
2000-08-04syncAaron Campbell
2000-08-04Add Psion Goldcard; pt98kfr@student.hk-r.seAaron Campbell
2000-08-04One parenthesis too many.Angelos D. Keromytis
2000-08-04Worked out the logic (thanks to pt98asp@student.hk-r.se andAngelos D. Keromytis
2000-08-03(c) 2000Niklas Hallqvist
2000-08-03syncNiklas Hallqvist
2000-08-03Support for GDT6518RS added. Thanks Jeff! Also fixed a few bogus prodids.Niklas Hallqvist
2000-08-03Back to the submitted patch -- this needs more investigation.Angelos D. Keromytis
2000-08-03typo in #define. ICMP6_NI_SUCESS -> SUCCESS.Jun-ichiro itojun Hagino
2000-08-03s/principal/priciple/; from netbsdMichael Shalayeff
2000-08-03Don't print out the name of the controller twice.Aaron Campbell
2000-08-03Don't even need to reset ip_sum, if we're not going to compute it hereAngelos D. Keromytis
2000-08-03Avoid unnecessary call to in_cksum().Angelos D. Keromytis
2000-08-03In fact, this is the correct behaviour (or I'm going crazy).Angelos D. Keromytis
2000-08-03Careful with ip_offAngelos D. Keromytis
2000-08-03Zeroize ip_sum before computing checksum (just general paranoia).Angelos D. Keromytis
2000-08-03Correct handling of ip_off (askk@rsn.hk-r.se)Angelos D. Keromytis
2000-08-03Fixes to bus dmamem code.Dale S. Rahn