summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-07-09- mbuf external storage is of (caddr_t), not (caddr_t *).Brad Smith
2005-07-09handle 64bit bar; found by mpf@Michael Shalayeff
2005-07-09rev 1.34Brad Smith
2005-07-09ANSI protosBrad Smith
2005-07-09fix SIOCSIFMTUBrad Smith
2005-07-09- disable TX checksum offload since this chip has a bug whereBrad Smith
2005-07-09Missing pciide_print_modes() in pdc203xx_setup_channel(). fgsch@ ok.Hakan Olsson
2005-07-08Remove unused extent_insert_and_optimize() parameter 'flags'. SpottedKenneth R Westerback
2005-07-08The Tadpole SPARCbook S3000XT apparently needs auxio bit frobbing, in additionMiod Vallat
2005-07-08Do not report the battery status as critical but absent, when the batteryMiod Vallat
2005-07-08Declare mainbus_model as extern here so that code outside of autoconf.c canMiod Vallat
2005-07-08Add power hooks to the zs devices on sun4m if they have a pwr-on-auxio2Miod Vallat
2005-07-08Allow more than one auxio device to attach, and attach both SPARCbook auxioMiod Vallat
2005-07-08Fix external video synchro constants.Miod Vallat
2005-07-08Partially revert r1.8 - we do not want to match on the SPARCbook auxio2Miod Vallat
2005-07-08 Fix mismatched brace and compile when NWSMUX and NWSDISPLAY not defined.Marco S Hyman
2005-07-08- use ETHER_MAX_LEN_JUMBO in one more spotBrad Smith
2005-07-08Remove verbosity during autoconf when running in vmware.Marco Peereboom
2005-07-08add a return here.Brad Smith
2005-07-07clear vm_dused at exec time, since we are potentially re-using the vmspace;Theo de Raadt
2005-07-07extend what jcs did a bit further by removing atus storage for the ssid.David Gwynne
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
2005-07-07ueagle.cCan Erkin Acar
2005-07-07- the PCI layer enables bus mastering so don't bother again here.Brad Smith
2005-07-07change panic into printf for pci_intr_disestablish()Brad Smith
2005-07-07initialize Scan.SSID from the right sourcejoshua stein
2005-07-07Match an additional 10 ural ids, most of which are already listedJonathan Gray
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
2005-07-07Match Gigabyte GN-WBKG, from Jaime Fournier <ober at linbsd.org>.Jonathan Gray
2005-07-07regenJonathan Gray
2005-07-07Gigabyte GN-WBKG from Jaime Fournier <ober at linbsd.org>Jonathan Gray
2005-07-07fix accounting bug on extraction - we were incorrectly subtracting many timesDamien Miller
2005-07-06Eliminate a couple of 'msg.msg_iovlen < 0' tests. msg_iovlen isKenneth R Westerback
2005-07-06url fitsTheo de Raadt
2005-07-06Fix bounds check for incomplete code sets so they cannot overflow the codesTodd C. Miller
2005-07-06regenJonathan Gray
2005-07-06More NVIDIA devices, in a dmesg from tybollt at solace.mh.seJonathan Gray
2005-07-06ural works; pedro@ironchicken.am-gen.orgTheo de Raadt
2005-07-06- Rewritten TX to use only two pointers to track producer/consumer.Brad Smith
2005-07-06smartarray 5* raid controller; does io but needs more work; commented out in ...Michael Shalayeff
2005-07-06allow bge(4) to receive Jumbos by default.Brad Smith
2005-07-06regenBrad Smith
2005-07-06add Intergraph Intense 3DBrad Smith
2005-07-05- prototype must not have variable name.Brad Smith
2005-07-05Since scsi_link now includes a copy of the INQUIRY data, don't keep aKenneth R Westerback