Age | Commit message (Expand) | Author |
2003-04-29 | Use pci_matchbyid(). Tested by matthieu@ | Miod Vallat |
2003-04-29 | grr... %s, not dc%s | Jason Wright |
2003-04-29 | - remove last vestige of "old autoconf": dc_unit is dead, long live dv_xname | Jason Wright |
2003-04-29 | KNF | Jason Wright |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2003-04-26 | managment -> management; | Jason McIntyre |
2003-04-25 | viaenv(4) driver from NetBSD adapted for sysctl interface. | Alexander Yurchenko |
2003-04-25 | lm(4) driver from NetBSD adapted for sysctl interface. | Alexander Yurchenko |
2003-04-24 | regen | Alexander Yurchenko |
2003-04-24 | Two ServerWorks CSB6 devices found in dmesg from | Alexander Yurchenko |
2003-04-23 | give 'em some const; mjacob@ ok | Michael Shalayeff |
2003-04-20 | regen | Alexander Yurchenko |
2003-04-20 | Add Intel 82801DBM IDE | Alexander Yurchenko |
2003-04-20 | In pdc20265_pci_intr() perform shared irq check only if channel is | Alexander Yurchenko |
2003-04-19 | correct opacket/obytes statistics; from sam@freebsd | Jason Wright |
2003-04-19 | Make the ubsec_feed* routines void, noone looks at the return value (always z... | Jason Wright |
2003-04-19 | Some string cleanup: sprintf -> snprintf and magic numbers to sizeof | Kenneth R Westerback |
2003-04-19 | Davicom DM9009 support | Henning Brauer |
2003-04-19 | regen | Henning Brauer |
2003-04-19 | +davicom DM9009 | Henning Brauer |
2003-04-17 | Remove a bogus ALIGNED_POINTER, this is now defined in proper i386 headers. | Dale Rahn |
2003-04-14 | revert last change since it causes problems on some devices | Alexander Yurchenko |
2003-04-14 | Remove dead attribute "rasterconsole". | Miod Vallat |
2003-04-12 | Don't wait for DRQ after issuing IDENTIFY command. Fix long detecting | Alexander Yurchenko |
2003-04-12 | Fix index bounds checking in save data pointers logic. | Kenneth R Westerback |
2003-04-11 | Match PCI_PRODUCT_INTEL_PRO_100_VE_4 and PCI_PRODUCT_INTEL_PRO_100_VM_4. | Todd C. Miller |
2003-04-11 | Delete a doubly redundant call to timeout_del() in osiop_timeout. | Kenneth R Westerback |
2003-04-10 | deallocate resources on failures; pt out by tedu@; millert@ ok | Michael Shalayeff |
2003-04-10 | Proper use of bus_space makes the need for <machine/pio.h> obsolete, which | Miod Vallat |
2003-04-09 | missing nl in the error msg and a return afterwards | Michael Shalayeff |
2003-04-09 | a couple of sigmatel codec ids | Michael Shalayeff |
2003-04-09 | Cleanup/make more consistant the various DEBUG flags and uses thereof. | Kenneth R Westerback |
2003-04-09 | Reduce default OSIOP_DEBUG output to a useful volume. | Kenneth R Westerback |
2003-04-09 | sprintf->snprintf. miod@, grange@ ok. | Hakan Olsson |
2003-04-08 | Fix diagnostic output to display data buffer actually being used. | Kenneth R Westerback |
2003-04-07 | a couple more codec ids from people | Michael Shalayeff |
2003-04-06 | The return value for bounds_check_with_label() is not set in stone, and it | Miod Vallat |
2003-04-06 | Fix a lot of issues in osiop. | Kenneth R Westerback |
2003-04-06 | strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64. | Hakan Olsson |
2003-04-06 | Some easy strcpy elimination. | Kenneth R Westerback |
2003-04-05 | Change timeout detection from > or >= EAP_XXX_TIMEOUT to ==. | Todd C. Miller |
2003-04-04 | sprintf -> snprintf, plus check for overflow in device name. | Kenneth R Westerback |
2003-04-03 | adjust protection on the allocated memory through the uvm same as it was allo... | Michael Shalayeff |
2003-04-02 | add support for the other Sun Crypto 1000; from sam at errno dot com | Jason Wright |
2003-04-02 | better | Jason Wright |
2003-04-02 | sync | Jason Wright |
2003-04-02 | another Sun Crypto 1000 ID | Jason Wright |
2003-04-02 | PCI_CAP_MBI should really be PCI_CAP_MSI | Alexander Yurchenko |
2003-04-01 | Add a couple of new pci subclasses and caps from NetBSD | Alexander Yurchenko |
2003-03-30 | Fix probing of dual channel 7899 with some fixes from current FreeBSD | Kenneth R Westerback |