summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2003-04-25viaenv(4) driver from NetBSD adapted for sysctl interface.Alexander Yurchenko
2003-04-25lm(4) driver from NetBSD adapted for sysctl interface.Alexander Yurchenko
2003-04-24regenAlexander Yurchenko
2003-04-24Two ServerWorks CSB6 devices found in dmesg fromAlexander Yurchenko
2003-04-23give 'em some const; mjacob@ okMichael Shalayeff
2003-04-20regenAlexander Yurchenko
2003-04-20Add Intel 82801DBM IDEAlexander Yurchenko
2003-04-20In pdc20265_pci_intr() perform shared irq check only if channel isAlexander Yurchenko
2003-04-19correct opacket/obytes statistics; from sam@freebsdJason Wright
2003-04-19Make the ubsec_feed* routines void, noone looks at the return value (always z...Jason Wright
2003-04-19Some string cleanup: sprintf -> snprintf and magic numbers to sizeofKenneth R Westerback
2003-04-19Davicom DM9009 supportHenning Brauer
2003-04-19regenHenning Brauer
2003-04-19+davicom DM9009Henning Brauer
2003-04-17Remove a bogus ALIGNED_POINTER, this is now defined in proper i386 headers.Dale Rahn
2003-04-14revert last change since it causes problems on some devicesAlexander Yurchenko
2003-04-14Remove dead attribute "rasterconsole".Miod Vallat
2003-04-12Don't wait for DRQ after issuing IDENTIFY command. Fix long detectingAlexander Yurchenko
2003-04-12Fix index bounds checking in save data pointers logic.Kenneth R Westerback
2003-04-11Match PCI_PRODUCT_INTEL_PRO_100_VE_4 and PCI_PRODUCT_INTEL_PRO_100_VM_4.Todd C. Miller
2003-04-11Delete a doubly redundant call to timeout_del() in osiop_timeout.Kenneth R Westerback
2003-04-10deallocate resources on failures; pt out by tedu@; millert@ okMichael Shalayeff
2003-04-10Proper use of bus_space makes the need for <machine/pio.h> obsolete, whichMiod Vallat
2003-04-09missing nl in the error msg and a return afterwardsMichael Shalayeff
2003-04-09a couple of sigmatel codec idsMichael Shalayeff
2003-04-09Cleanup/make more consistant the various DEBUG flags and uses thereof.Kenneth R Westerback
2003-04-09Reduce default OSIOP_DEBUG output to a useful volume.Kenneth R Westerback
2003-04-09sprintf->snprintf. miod@, grange@ ok.Hakan Olsson
2003-04-08Fix diagnostic output to display data buffer actually being used.Kenneth R Westerback
2003-04-07a couple more codec ids from peopleMichael Shalayeff
2003-04-06The return value for bounds_check_with_label() is not set in stone, and itMiod Vallat
2003-04-06Fix a lot of issues in osiop.Kenneth R Westerback
2003-04-06strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64.Hakan Olsson
2003-04-06Some easy strcpy elimination.Kenneth R Westerback
2003-04-05Change timeout detection from > or >= EAP_XXX_TIMEOUT to ==.Todd C. Miller
2003-04-04sprintf -> snprintf, plus check for overflow in device name.Kenneth R Westerback
2003-04-03adjust protection on the allocated memory through the uvm same as it was allo...Michael Shalayeff
2003-04-02add support for the other Sun Crypto 1000; from sam at errno dot comJason Wright
2003-04-02betterJason Wright
2003-04-02syncJason Wright
2003-04-02another Sun Crypto 1000 IDJason Wright
2003-04-02PCI_CAP_MBI should really be PCI_CAP_MSIAlexander Yurchenko
2003-04-01Add a couple of new pci subclasses and caps from NetBSDAlexander Yurchenko
2003-03-30Fix probing of dual channel 7899 with some fixes from current FreeBSDKenneth R Westerback
2003-03-30Delete unused local version of strncat.Kenneth R Westerback
2003-03-30As long as I am here pull in some useful changes from NetBSD.Kenneth R Westerback
2003-03-29A few final (I hope) tweaks to the dma fixes.Kenneth R Westerback
2003-03-29Another chunk of bus_dma fixes. May actually approach correctness now.Kenneth R Westerback
2003-03-29Very limited support for Promise PDC20376 SATA. Only parallel ATAAlexander Yurchenko
2003-03-29Use sc_print_addr() where possible to improve messages.Kenneth R Westerback