| Age | Commit message (Expand) | Author |
| 2002-01-01 | Add support for radio cards. Written by Maxim Tsyplakov and Vladimir Popov | augustss |
| 2001-12-31 | Move the declaration of an enum to avoid an "unnamed field not allowed" | thorpej |
| 2001-12-30 | Registers are of u_int8_t type. | junyoung |
| 2001-12-29 | - Add a structure needed for access to CRTC registers. | junyoung |
| 2001-12-29 | Add functions needed for access to CRTC registers. | junyoung |
| 2001-12-29 | KNF. | junyoung |
| 2001-12-28 | Clean up the C_ and S_ constants. We don't really need two sets of them. | christos |
| 2001-12-23 | add FUJITSU MBH10302 specific Registers | ichiro |
| 2001-12-22 | Hmmm. These were done this year, not 3 years ago. | elric |
| 2001-12-21 | When mapping the consumer assignment, assign db_seg[0] to cb_seg[0] so any | matt |
| 2001-12-18 | Previous was committed by mistake; revert. | soren |
| 2001-12-16 | malloc() + memset() -> malloc() with M_ZERO flag | tsutsui |
| 2001-12-16 | if_media support for the DP83905 AT/LANTIC (a souped-up DP8390). | bjh21 |
| 2001-12-15 | Add code to support the bugged Macronix MX98905 chip, as used in several | bjh21 |
| 2001-12-15 | To make dev/pcmcia work on platforms with 64-bit bus_addr_t and | soren |
| 2001-12-15 | Use bus_size_t's for bus space read/write offsets. | soren |
| 2001-12-14 | Register definitions for the NatSemi DP83905 AT/LANTIC, as used in many | bjh21 |
| 2001-12-14 | Major restructuring for swizzling to the request queue and unswizzling from | mjacob |
| 2001-12-13 | ANSIfication & cosmetic changes. | junyoung |
| 2001-12-13 | ANSIfy. | junyoung |
| 2001-12-13 | ANSIfication & cosmetic changes. | junyoung |
| 2001-12-12 | Update the ramdac interface to be allow the setting of dotclocks. This is | elric |
| 2001-12-12 | Initial support for the IBM RGB561 RAMDAC. This uses the same interface | elric |
| 2001-12-10 | Add (some) register definitions for the Motorola MPC105 PCI Bridge/Memory | kleink |
| 2001-12-06 | Small change to Christos' fix: allow malloc() to return NULL, but complain | augustss |
| 2001-12-06 | change the malloc arg from NOWAIT to WAITOK; pointed out by lennard. | christos |
| 2001-12-06 | PR/14852: Martin Husemann: Allocate the slotdata the the probed slot before | christos |
| 2001-12-06 | Recognize the MK48T18 as well (differs from the MK48T08 only in packaging | kleink |
| 2001-12-05 | Compile with NWD == 0. Fixe kern/14844 by hamajima@nagoya.ydc.co.jp. | bouyer |
| 2001-12-03 | add NCR_VARIANT_NCR53C90_86C01 "NCR53C90 (86C01)" | jdolecek |
| 2001-12-03 | Use correct format letter for chp->channel. | enami |
| 2001-12-03 | Update my copyrigth. | bouyer |
| 2001-12-03 | Allow wd to attach to something else than wdc/pciide (like USB<->ATA bridges): | bouyer |
| 2001-12-02 | Clean up attach of wd/atapibus: | bouyer |
| 2001-12-02 | Add comments naming our private-use characters (in lower case, to make them | bjh21 |
| 2001-12-01 | For ATAPI tape drives, poll for DSC (using a callout), to get the real | bouyer |
| 2001-11-28 | ELINK_W4_UBYTESOK is 0x0d. This is probably why kim is getting x2 numbers | christos |
| 2001-11-28 | use #ifdef DDB (for consistency with the rest of the kernel) | lukem |
| 2001-11-27 | don't allocate a mbuf cluster if we don't need. | yamt |
| 2001-11-26 | Added macros for the bits in the SYSBUS byte, and macros | fredette |
| 2001-11-26 | Use bus_space on sun2. | fredette |
| 2001-11-26 | move dev/isa/cs89x0{.c,{var,reg}.h} into dev/ic | yamt |
| 2001-11-26 | Back out new "hme" driver because it causes a performance regression on | tron |
| 2001-11-26 | Bug fixes for VLAN handling supplied by Klaus Klein in private e-mail. | tron |
| 2001-11-25 | Pull in Jason Wright's latest changes to the "hme" driver from OpenBSD. | tron |
| 2001-11-22 | use little-endian crc on multicast hash for admtek chips. | yamt |
| 2001-11-21 | "than" instead of "then". | wiz |
| 2001-11-20 | - pull in opt_kgdb.h where necessary | lukem |
| 2001-11-18 | - Use MI ADAPTER_REQ_SET_XFER_MODE callback | tsutsui |
| 2001-11-18 | - Use MI ADAPTER_REQ_SET_XFER_MODE callback. | tsutsui |