Age | Commit message (Expand) | Author |
2002-08-31 | Always setup the RAMDAC (even if we're not the console) so when the display | Jason Wright |
2002-08-31 | regen, bad gluk@ | Michael Shalayeff |
2002-08-31 | a strange aironet and a couple of ti bridges | Michael Shalayeff |
2002-08-30 | Support for PDC20271 and PDC20276. | Grigoriy Orlov |
2002-08-30 | Promise Ultra133 TX2v2 aka FastTrak TX2000 EIDE controller. | Grigoriy Orlov |
2002-08-30 | plug mbuf leak. | Federico G. Schwindt |
2002-08-30 | only do copyout() if wi_get_debug() returned 0. | Federico G. Schwindt |
2002-08-29 | Produce the same escape codes as SunOS with the L function keys in console. | Miod Vallat |
2002-08-29 | Define new wscons symbols for the L function keys found on Sun keyboards, | Miod Vallat |
2002-08-28 | update of radiotrack driver, including isapnp support; from jumbo@ | Michael Shalayeff |
2002-08-28 | - Fix one typo (instead of two disable_rx, one disable_rx and one disable_tx) | Artur Grabowski |
2002-08-28 | cast size_t to u_long on printing. from netbsd | Jun-ichiro itojun Hagino |
2002-08-26 | now that none of the keyboard maps map anything into | Michael Shalayeff |
2002-08-26 | map backspace to delete, not backspace key symbol which are defined the same ... | Michael Shalayeff |
2002-08-26 | map backspace to delete, not backspace key symbol which are defined the same ... | Michael Shalayeff |
2002-08-26 | space cleanup; some from grendel@zeitbombe.org | Michael Shalayeff |
2002-08-22 | simplify multicast setup on the 3c905 (pre-B/C, etc) | Jason Wright |
2002-08-21 | Attach one screen resource, by default, to every wsdisplay device, | Miod Vallat |
2002-08-20 | sync | Nathan Binkert |
2002-08-20 | New intel gigE devices from Henric Jungheim <henric@henric.info> | Nathan Binkert |
2002-08-17 | Arowana Fast-Ethernet support; patch by Thomas Delaet. | Federico G. Schwindt |
2002-08-17 | regen. | Federico G. Schwindt |
2002-08-17 | Arowana Fast-Ethernet; from Thomas Delaet. | Federico G. Schwindt |
2002-08-17 | The consensus was to include both FONT_GALLANT12x22 and FONT_BOLD8x16 | Todd C. Miller |
2002-08-17 | If the HBA is already 'touched', still set maxluns. | mjacob |
2002-08-17 | Add ISPASYNC_FW_CRASH case. | mjacob |
2002-08-17 | isp_target_notify changes what it returns for success. | mjacob |
2002-08-17 | Set default command count to 'unmonitored'. Set inotify to 16. | mjacob |
2002-08-17 | Add ICBZOPT_ENA_OOF and FC4_FC_SVC defines. | mjacob |
2002-08-17 | Reorder the lportdb dibfields. Add some more CFG params. | mjacob |
2002-08-17 | Set all 23XX cards as 'touched' (we have trouble, unpredictably, about | mjacob |
2002-08-16 | Turn OFF (not ON) acceleration if revision < 5 | Jason Wright |
2002-08-15 | sync | Theo de Raadt |
2002-08-15 | re-org rcc devices | Theo de Raadt |
2002-08-13 | change WI_PORTTYPE_AP -> WI_PORTTYPE_HOSTAP to match FreeBSD and NetBSD. | Todd C. Miller |
2002-08-12 | Update rom cursor position if we're the console framebuffer | Jason Wright |
2002-08-12 | Convert sparc console code from rcons and pseudo-devices to rasops and wscons. | Miod Vallat |
2002-08-12 | Add a callback routine for when the cursor position is updated (this allows | Jason Wright |
2002-08-09 | Get rid of remaining __P usage (except for imported code); | Jason Peel |
2002-08-09 | Remove those noisy informational messages from dmesg. | Thierry Deval |
2002-08-08 | D-Link DFE-670TXD support; reported and tested by RD Thrush <rd@thrush.com>. | Federico G. Schwindt |
2002-08-08 | regen. | Federico G. Schwindt |
2002-08-08 | D-Link DFE-670TXD entry from RD Thrush <rd@thrush.com>. | Federico G. Schwindt |
2002-08-08 | Fix IFF_PROMISC setting optimization. The point is to avoid the | Todd C. Miller |
2002-08-08 | Use & to test if bits are set, not &&; art@ ok. | Aaron Campbell |
2002-08-07 | return EBUSY in processready | Niels Provos |
2002-08-07 | fix the stupidest alloc/free piece of code ever; nate@ ok | Michael Shalayeff |
2002-08-07 | Hrmph, part of the logic was correct: turn off if_timer when all descriptors ... | Jason Wright |
2002-08-07 | fix if_timer handling: | Jason Wright |
2002-08-06 | be sure to unmap/deallocate buffers when hme_stop() is called | Jason Wright |