Age | Commit message (Expand) | Author |
2002-07-23 | from reading sam@errno.com's code: | Jason Wright |
2002-07-23 | prevent double free in some error conditions; from xs@kittenz.org | Niels Provos |
2002-07-23 | Don't use a magic constant | Jason Wright |
2002-07-23 | Cardbus/pcmcia support for macppc. parts borrowed from NetBSD, and other | Dale Rahn |
2002-07-23 | Turn READ/WRITE into function calls (driver was getting too bloated with | Jason Wright |
2002-07-23 | Use the proper cardbus_conf_read() rather than pci (in a cardbus driver). | Dale Rahn |
2002-07-22 | uninitialized variable; pointed out by sam@errno.com | Jason Wright |
2002-07-22 | add seqnr to message from kernel, userland needs to quote correct seqnr. | Niels Provos |
2002-07-21 | Flip on the LEDs on a 7811 when each of the rings is active (and turn them | Jason Wright |
2002-07-21 | Deal with the fact that one of the 7811 revisions cannot correctly handle | Jason Wright |
2002-07-21 | - Deal with the fact that nsp2k's bridge can't deal with burst read/write | Jason Wright |
2002-07-21 | two more missing systrace_lock | Jun-ichiro itojun Hagino |
2002-07-21 | need systrace_lock/unlock around lockmgr lock operation. provos ok | Jun-ichiro itojun Hagino |
2002-07-20 | If we call siop_intr manually, make sure it's protected by splbio. | Artur Grabowski |
2002-07-20 | comment clarification. niels ok | Jun-ichiro itojun Hagino |
2002-07-19 | a few more comments and debugs, other cosmetic stuff | Michael Shalayeff |
2002-07-19 | minor KNF | Jun-ichiro itojun Hagino |
2002-07-19 | whitespace | Jun-ichiro itojun Hagino |
2002-07-19 | tabify | Jun-ichiro itojun Hagino |
2002-07-18 | regen | Michael Shalayeff |
2002-07-18 | emulex lp8000 | Michael Shalayeff |
2002-07-17 | No newline in panic messages | Miod Vallat |
2002-07-17 | Missing splx, and rearrange a bit. | Jason Wright |
2002-07-16 | ack my employer | Jason Wright |
2002-07-16 | Two fixes from sam@errno.com: | Jason Wright |
2002-07-16 | Add support for DES and 3DES singleton operations | Jason Wright |
2002-07-16 | - Add bus_dmamap_sync() in appropriate places for EA | Jason Wright |
2002-07-16 | remove prototypes that now live in if_wivar.h. | Federico G. Schwindt |
2002-07-16 | - Add a kthread for handling EA requests so that we have a context where we | Jason Wright |
2002-07-15 | No need to disestablish the startuphook. | Artur Grabowski |
2002-07-15 | remove a bunch of debugging printfs and disable agp_debug; prompted by millert@ | Michael Shalayeff |
2002-07-13 | no need to redefine pci vendors here since we have 'em, comment on two screwe... | Michael Shalayeff |
2002-07-13 | regen | Michael Shalayeff |
2002-07-13 | a few bktr vendors, from various sources | Michael Shalayeff |
2002-07-13 | fix ioctl processing logic; problem reported by postman pechkin | Michael Shalayeff |
2002-07-13 | define PCI_COMMAND_STATUS_BITS for printfs, according to the enlisted defines | Michael Shalayeff |
2002-07-13 | pci_intr_establish() is a macros on some archs and ifdef w/in the macro args ... | Michael Shalayeff |
2002-07-13 | do not call unlock when the lock is not locked; found by millert@ | Niels Provos |
2002-07-12 | support for the agp gart on various agp chipsets. | Michael Shalayeff |
2002-07-12 | in the error case, just remove an installed argument replacement, it is not | Niels Provos |
2002-07-12 | 'this is a scanner' | Todd T. Fries |
2002-07-12 | sync | Todd T. Fries |
2002-07-12 | add my scanner | Todd T. Fries |
2002-07-11 | add rcsid to firmware, and remove defn for tc990_IMAGE_SIZE, its ugly. | Jason Wright |
2002-07-11 | New version of the firmware from 3Com. Many, many thanks to David Dillow | Jason Wright |
2002-07-11 | Convert the cmd and response queues to be endian aware, also prepare for new ... | Jason Wright |
2002-07-11 | sync | Nathan Binkert |
2002-07-11 | New devices | Nathan Binkert |
2002-07-11 | Please be more portable in usb land | Nathan Binkert |
2002-07-10 | proper cdev_decl(ksyms), fix ksyms's broken functions | Michael Shalayeff |