aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Move a lot closer to NetBSDs MII support for GigE.Poul-Henning Kamp2002-04-297-290/+247
* Spell hw.cbb.start_memory the same in the HINT as well as the sysctl.Warner Losh2002-04-291-1/+1
* Make sysctl RWWarner Losh2002-04-291-4/+4
* Moving closer to being able to use NetBSD's generic mii_set_media()Poul-Henning Kamp2002-04-293-20/+141
* Untimeout before calling timeout. I think that I have caught all the casesWarner Losh2002-04-292-3/+7
* Edging ever closer to NetBSD...Poul-Henning Kamp2002-04-293-12/+11
* Move us yet closer to IFM_* definitions in NetBSD.Poul-Henning Kamp2002-04-292-8/+8
* Diff reduction to my experimental code: clean up return code handling.Eric Anholt2002-04-2924-359/+354
* add a missing \n to an unregister failure messageCameron Grant2002-04-281-1/+1
* recognise ct5880-eCameron Grant2002-04-281-1/+7
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/Poul-Henning Kamp2002-04-2811-43/+43
* Don't pass three args when one will do just fine, and even preventPoul-Henning Kamp2002-04-2819-24/+29
* Improve an API by about 4 lines per driver.Poul-Henning Kamp2002-04-2817-67/+21
* Use generic MII #defines instead of private ones when the registersPoul-Henning Kamp2002-04-282-169/+67
* Merge in rev 1.9 from NetBSD.Poul-Henning Kamp2002-04-281-3/+81
* Hook the DRM up to the build and add it to NOTES.Eric Anholt2002-04-285-5/+0
* Alphabetize descriptions and remove the "PCI" from the desciptions.Warner Losh2002-04-281-5/+6
* Add the code for the DRM, based on the code from the drm-kmod port.Eric Anholt2002-04-2748-0/+33683
* This patch fixes my breakage of ssid matching. I introduced theWarner Losh2002-04-271-6/+6
* Better names for the PCI cards. The biggest change is that we nowWarner Losh2002-04-271-7/+7
* Add a CAM interface to the aac driver. This is useful in case you shouldScott Long2002-04-277-47/+983
* Make this driver compile for -stable also to prep for MFCWarner Losh2002-04-265-38/+115
* Move the new byte order function prototypes from <sys/param.h> toMike Barcroft2002-04-2614-1/+14
* Simplify the RFC2783 and PPS_SYNC timestamp collection API.Poul-Henning Kamp2002-04-262-22/+9
* Add ac97_reset function that polls ready bits in power register. OneOrion Hodson2002-04-262-7/+22
* Remove the tc_update() function. Any frequency change to thePoul-Henning Kamp2002-04-261-1/+0
* vinum_open: recognize twed device.Greg Lehey2002-04-261-1/+4
* Implement true multicast filtering.Semen Ustimenko2002-04-251-16/+64
* Add a power exceeded debug message.Josef Karthauser2002-04-251-1/+2
* MFNetBSD:Josef Karthauser2002-04-251-2/+2
* MFNetBSD:Josef Karthauser2002-04-251-5/+38
* MFNetBSD:Josef Karthauser2002-04-251-2/+9
* Add another chip id for the new LAVA 4-port serial card.John Hay2002-04-241-0/+10
* Ignore the multifunction bit in the PCIR_HEADERTYPE.John Hay2002-04-241-1/+1
* Don't call freeenv() on a modified pointer.Maxime Henrion2002-04-241-6/+7
* Major update to the aic7xxx driver:Justin T. Gibbs2002-04-2415-2888/+857
* Add macro functionality.Justin T. Gibbs2002-04-2410-207/+1247
* Prepare for a major update to the aac driver:Scott Long2002-04-245-257/+164
* Add missing splx calls in bge_tick. These don't make any functionalJohn Polstra2002-04-221-1/+4
* Implement shared secret mode for hostap mode.Warner Losh2002-04-222-24/+87
* Fix really dumb braino of mine; cast a sizeof() to an int, which it isMark Murray2002-04-211-1/+1
* Change two KM_COPY()s to bcopy(). This should have been done when theMike Barcroft2002-04-202-2/+2
* Update the email appearing in copyright string.Semen Ustimenko2002-04-201-1/+1
* Merge ``&& must be ||'' bug noticed and fixed in OpenBSD. The only ill effectSemen Ustimenko2002-04-201-1/+1
* Don't put a line break in string literals. GCC 3.1 complains and GCCMarcel Moolenaar2002-04-201-2/+2
* Fix compiling of acpica when debugging is enabled. In the previousMike Barcroft2002-04-191-2/+7
* Move tx(4) driver to sys/dev/tx. BTW split hardware structures and constantsSemen Ustimenko2002-04-193-380/+12
* Make this build on 4.x machines again (building a -current kernel on aWarner Losh2002-04-193-36/+27
* - Remove KM_ macro calls and replace with the real function we're calling.Andrew R. Reiter2002-04-194-16/+12
* Some fixes for Symbol card.Atsushi Onoe2002-04-191-2/+20