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