summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2005-07-14More bge ids, found in Broadcom's Linux driver. ok brad@Jonathan Gray
2005-07-14Oops, commit actual structure that we need...Marco Peereboom
2005-07-14Add physical disk structure.Marco Peereboom
2005-07-14add D-Link PCI id.Brad Smith
From: jsg@
2005-07-14regenBrad Smith
2005-07-14fix PCI ID for SysKonnect SK9Exx cards and add a PCI ID for someBrad Smith
unknown D-Link card. Pointed out by jsg@
2005-07-13remove white space and fix formatting for readability.Brad Smith
2005-07-12write ds1 ctrl mcode where we wanted the ds1e varientTheo de Raadt
2005-07-12h/w doesn't decrypt rx frames in monitor mode so don't try to remove theDamien Bergamini
iv and crc fields or to clear the wep bit from the 802.11 header. fix by Pedro la Peu. closes kern/4284.
2005-07-12Print the card number the chipset string is obtained from.Jonathan Gray
As this is not a 1 to 1 mapping it can be useful to know this number, in particular if you have a broken device and want to upgrade the firmware. Prodded by jolan@, ok deraadt@
2005-07-12handle TI 64 byte fifo units here too; steve.shockley@shockley.netTheo de Raadt
2005-07-12Add AMI_MAX_TARGET.Marco Peereboom
2005-07-12syncTheo de Raadt
2005-07-12new INTEL 915GM*; pablomh@gmail.comTheo de Raadt
2005-07-12remove unused prototype sk_free_jumbo_memBrad Smith
2005-07-12free resources for Jumbo buffers in sk_stop().Brad Smith
ok deraadt, krw, beck
2005-07-11Enable IR receive mode only for infrared capable PXA2x0 UARTs. NormalUwe Stuehler
reception is blocked while the IR receiver or transmitter is enabled. Also enable the PXA2x0 UART before clearing the FIFO (suggested by drahn@ some time ago), and disable the UART in compwroff(). ok deraadt@
2005-07-11syncTheo de Raadt
2005-07-11new devs; maxim@student.chalmers.seTheo de Raadt
2005-07-10Spacing cleanup.Alexander Yurchenko
2005-07-10pci_conf_read() return pcireg_t not u_int32_t and fix some styleMichael Shalayeff
2005-07-10Protect from multiple inclusion.Alexander Yurchenko
2005-07-10Add diskarray structure for modern controllers.Marco Peereboom
2005-07-09remove code for TX checksumBrad Smith
2005-07-09don't clear RUNNING here.Brad Smith
2005-07-09Do not #include "foo.h" and keep the whole file between #if NFOO >0 ... #endif,Miod Vallat
config(8) will not bring us into play unless NFOO > 0 anyway.
2005-07-09remove braces hereBrad Smith
2005-07-09betterBrad Smith
2005-07-09- mbuf external storage is of (caddr_t), not (caddr_t *).Brad Smith
- simplify code a bit and use MEXTADD macro.
2005-07-09handle 64bit bar; found by mpf@Michael Shalayeff
2005-07-09rev 1.34Brad Smith
for offloc, use MII_OFFSET_ANY rather than abusing MII_PHY_ANY. From yamt NetBSD
2005-07-09fix SIOCSIFMTUBrad Smith
2005-07-09- disable TX checksum offload since this chip has a bug whereBrad Smith
it'll wedge if you try to transmit a Jumbo frame larger than 8152 bytes. - Rip out VLAN stripping support. From camiel@ - Only set Ok flags for receive checksum offload otherwise fallback on software.
2005-07-09Missing pciide_print_modes() in pdc203xx_setup_channel(). fgsch@ ok.Hakan Olsson
2005-07-08 Fix mismatched brace and compile when NWSMUX and NWSDISPLAY not defined.Marco S Hyman
OK uwe@
2005-07-08- use ETHER_MAX_LEN_JUMBO in one more spotBrad Smith
- don't bother setting bad checksum flag, fallback on software
2005-07-08Remove verbosity during autoconf when running in vmware.Marco Peereboom
2005-07-08add a return here.Brad Smith
2005-07-07extend what jcs did a bit further by removing atus storage for the ssid.David Gwynne
now there is no confusion since it is only provided by net80211.
2005-07-07check ETHERMIN and stop calling em_init_locked() from SIOCSIFMTU ioctl.Brad Smith
2005-07-07Make Fractional T1 work, reported and tested by Greg Mortensen,Can Erkin Acar
patch from alex@
2005-07-07ueagle.cCan Erkin Acar
2005-07-07- the PCI layer enables bus mastering so don't bother again here.Brad Smith
- use pci_mapreg_map()
2005-07-07initialize Scan.SSID from the right sourcejoshua stein
fixes association with access points with ssid broadcasting disabled ok dlg@
2005-07-07Match an additional 10 ural ids, most of which are already listedJonathan Gray
in the device list.
2005-07-07regenJonathan Gray
2005-07-0710 more RT2570 devices, found in Windows drivers.Jonathan Gray
2005-07-07remove unused structure definitions. ok damien@Kevin Lo
2005-07-07syncTheo de Raadt
2005-07-07shortenTheo de Raadt