summaryrefslogtreecommitdiff
path: root/sys/dev/pci/cy82c693.c
AgeCommit message (Collapse)Author
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
2004-06-13debranch SMP, have funNiklas Hallqvist
2001-02-26Sigh. unstatic the simplelock to make this compile without LOCKDEBUG.Artur Grabowski
2001-02-26Initialize the simple lock properly.Artur Grabowski
2001-01-16Print more diagnostics on bus_space_map failure.Artur Grabowski
2000-06-09Add common routines for read/writing Cypress 82c693 control registers fromChris Cappuccio
NetBSD This will be used in pciide shortly, and also can be used in code which controls other functions of this chip (pci-isa and usb)