| Age | Commit message (Expand) | Author |
| 2001-09-29 | Calculate offsets of sglist dinamically rather than use an static array | tsutsui |
| 2001-09-29 | Add a detach function (from Jared D. McNeill). | augustss |
| 2001-09-28 | Now that we have a fixed thaw thingie- we can turn back on sleeping | mjacob |
| 2001-09-28 | don't depend on other headers to include sys/proc.h for us. | chs |
| 2001-09-27 | Remove iha_minphys() and use minphys() instead. | tsutsui |
| 2001-09-27 | Adjust IHA_MAX_SG_ENTRIES since fragments of DMA buffer are not | tsutsui |
| 2001-09-22 | Implement two major items: | explorer |
| 2001-09-21 | Fixed AHC_DEBUG on 64 bit arches with a bit of casting in a printf. | elric |
| 2001-09-20 | Move IBSS creation stuff from awi to ieee80211. | onoe |
| 2001-09-19 | Fix for FH infrastructure mode. | onoe |
| 2001-09-18 | Fix register offset of SYNC_SET for FH phy. | onoe |
| 2001-09-18 | Give initiali[sz]e all the "i"s it deserves. | wiz |
| 2001-09-18 | Move IEEE 802.11 MAC management functions from awi driver to | onoe |
| 2001-09-18 | in wdc_get_xfer(), avoid crashing if pool_get() fails. | chs |
| 2001-09-17 | Patch to handle odd behavior from exar ST16C1550 UART. It does not set | briggs |
| 2001-09-16 | Spell 'occurred' with two 'r's. | wiz |
| 2001-09-16 | Driver for Sun GEM gigabit ethernet, Sun ERI 10/100, and Apple GMAC. | eeh |
| 2001-09-14 | Allow bus front-end to provide both ioctl and mmap entry points, | thorpej |
| 2001-09-10 | Driver for the standard Archimedes Econet interface, based around the | bjh21 |
| 2001-09-10 | remove all traces when a font is removed | drochner |
| 2001-09-07 | concentrate screen initialization into vga_init_screen() where it belongs | drochner |
| 2001-09-05 | Fix a misspelled error message. | mjacob |
| 2001-09-05 | Clean up some issues wrt loaded f/w vs. resident f/w. We can tell | mjacob |
| 2001-09-05 | Synchronize with FreeBSD/Linux. | mjacob |
| 2001-09-04 | -update a comment wrt the "active screen" flag | drochner |
| 2001-09-04 | simplify the way the "active screen" is kept track of a bit | drochner |
| 2001-09-04 | -fix a debug message | drochner |
| 2001-09-04 | Add prescaler bit constant (missed in previous commit). | enami |
| 2001-09-03 | manage fonts through the wsfont framework, which allows to use both | drochner |
| 2001-09-01 | Add support for 2 Gigabit cards (2300/2312). This necessitated a change | mjacob |
| 2001-08-29 | Ensure that data accessed by the ADW driver in memory is in | briggs |
| 2001-08-27 | For hayes esp card, set prescaler if specified rate is grater than 115200. | enami |
| 2001-08-24 | More useful definitions for CSR80. | thorpej |
| 2001-08-24 | Oops, TMD/RMD byte count masks were one bit shy (and it makes a big | thorpej |
| 2001-08-22 | Cosmetic cleanups: | simonb |
| 2001-08-21 | More PCnet-PCI/ILACC bits. | thorpej |
| 2001-08-21 | Add some more PCnet-PCI registers. | thorpej |
| 2001-08-20 | Oops, the "auto" capability was getting masked off by mistake. | thorpej |
| 2001-08-20 | "wierd" is weird. | wiz |
| 2001-08-20 | precede, not preceed. | wiz |
| 2001-08-20 | Succeed has two 'c's. | wiz |
| 2001-08-20 | precede, not preceed, and a whitespace fix. | wiz |
| 2001-08-20 | typo | itojun |
| 2001-08-18 | Add Chip ID register values for various AMD PCnet parts. | thorpej |
| 2001-08-17 | When asked to set the transfer mode, just call back | fredette |
| 2001-08-16 | Fix indentation in switch statement, per kern/13725 by seebs. | wiz |
| 2001-08-14 | mtod() with uintptr_t, not bus_addr_t. | mrg |
| 2001-08-14 | add (u_long) casts for sparc64. | mrg |
| 2001-08-13 | Space nit. kern/13712 by seebs. | wiz |
| 2001-08-09 | There is no need to use M_EOR here. | thorpej |