summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2009-07-28timeout_add -> timeout_add_msecBret Lambert
2009-07-28timeout_add -> timout_add_msecBret Lambert
2009-07-25Fix crash in bwi on armish by properly aligning a 32-bit value. NotKenneth R Westerback
2009-07-24wrap the kernel specific parts in an _KERNEL ifdef.Jonathan Gray
2009-07-24Don't include systm.h as it isn't needed and pulls in libkern headers,Jonathan Gray
2009-07-23Switch re(4) over to MCLGETI.Mark Kettenis
2009-07-23If we initialize miicapabilities, we might as well pass it on when callingMark Kettenis
2009-07-21Call timeout_set() from rl_attach, not rl_init(). From Brad.Stuart Henderson
2009-07-19Include 0x4402 in the bbp id mapping table used on olderJonathan Gray
2009-07-18Remove redundant code for setting the maximum frame receive sizeStuart Henderson
2009-07-18reorder a switch block, no functional change but reduces the diffStuart Henderson
2009-07-18Simplify receive filter handling, from Brad.Stuart Henderson
2009-07-18Rewrite the ioctl handling code and the receive filterStuart Henderson
2009-07-15Removes the magic bit from re_init() and moves the commonChristian Weisgerber
2009-07-14Silence ``invalid NVRAM header'' message if the NVRAM header is three zeroMiod Vallat
2009-07-12In a error case in malo_init (e.g. can't load the firmware),Marcus Glocker
2009-07-12Add some missing GEM_SBUS_CONFIG bits.Mark Kettenis
2009-07-11Nuke an '__inline' that upset clang. Multi-line function should notKenneth R Westerback
2009-07-11- Add some new feature flagsStuart Henderson
2009-07-10RL_HWREV_8168DP can be either RTL8168DP or RTL8111DP, so print both,Stuart Henderson
2009-07-10Swap the hardware revision IDs for 8169S and 8110S. Agrees with theStuart Henderson
2009-07-10timeout_add -> timeout_add_msecBret Lambert
2009-07-03Support RTL8103E and RTL8168DP which are starting to show up, from brad.Theo de Raadt
2009-07-01Add a workaround for the fact that our clocks aren't running during autoconfMark Kettenis
2009-06-29Zap isp_inline.h; it is no longer used.Mark Kettenis
2009-06-27Remove debug printfs.Mark Kettenis
2009-06-26If we are going to move to the eeprom-based MAC address finding instead ofTheo de Raadt
2009-06-26Using information gleamed from the FreeBSD driver, change the MAC addressTheo de Raadt
2009-06-24Major update to isp driver, mostly from mjacob via FreeBSD.Kenneth R Westerback
2009-06-22Tidy up promiscuous mode and multicast handling; tested by Simon KuhnleStuart Henderson
2009-06-11Simplify the ioctl handling code. From Brad.Stuart Henderson
2009-06-11fix potential use of uninitialized value.Charles Longeau
2009-06-11remove dead assignment and newly created unused variable.Charles Longeau
2009-06-10Remove (unused) CASSERT macro. Whatever it was intended to be used for, itMiod Vallat
2009-06-06- don't mess with assert()/__assert(), use KASSERT() insteadJasper Lievisse Adriaanse
2009-06-06Rewrite the SIOCSIFFLAGS ioctl handling code to clean it up a bit andChristian Weisgerber
2009-06-05%zu is not meant for size_t in the kernel. Change to %lu.Ray Lai
2009-06-04Add missing argument to printf statement.Ray Lai
2009-06-04Fix IPv4 rx checksumming for the non-TCP/UDP case. DESCV2 chipsChristian Weisgerber
2009-06-03make wireless interfaces priority 4 by default. other interfaces remainBob Beck
2009-06-03put the values direct in the array, otherwise the nested macros are longerTheo de Raadt
2009-06-03mjacob took kettenis's r1.44 into FreeBSD and added a tweak toKenneth R Westerback
2009-06-03from Brad; I've read and tested it, also reads ok to dlg@.Stuart Henderson
2009-06-02make rl at pci detachable; untested.Jonathan Gray
2009-06-02Make fxp at pci detachable; untested.Jonathan Gray
2009-06-02make dc at pci detachable; untested.Jonathan Gray
2009-06-02let atw at pci be detachable; untested.Jonathan Gray
2009-06-02replace custom macro AR5K_ELEMENTS() with nitems()Reyk Floeter
2009-06-02If a bogus channel is encountered, return an error instead of tryingPhilip Guenthe
2009-06-02change a sizeof() to nitems() because the array subtype is a short.Theo de Raadt