summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* A tentative agreement has been reached in regards to a proceduredillon1999-10-202-14/+0
* Remove pccard attachment stub, this caused pccard unit 0 to be allocatedpeter1999-10-194-20/+0
* Make the "machine" target a prequisite to all source files.dcs1999-10-191-0/+4
* Increase the timeout to be 3*hz. This recalibrates the timeout so thatgallatin1999-10-181-1/+1
* Change the default for the vfs.bdev_buffered sysctl to zero.phk1999-10-182-2/+2
* Append missing newline to log() message for permanent ARP modificationsheldonh1999-10-181-1/+1
* This fixes the problem with SMC NE2000 cards hanging the box onmdodd1999-10-181-0/+1
* sdio_done:grog1999-10-171-8/+8
* launch_requests:grog1999-10-171-4/+4
* Add in inclusion of machine/md_var.h (so alpha_scsi_bus_register or whatmjacob1999-10-172-44/+118
* Remove some target mode stuff. It will get re-introduced in a differentmjacob1999-10-171-815/+166
* Add in isp_debug variable. It defaults to zero unless CAMDEBUG is definedmjacob1999-10-171-26/+15
* Roll platform major && minor (major now tracks FreeBSD major release).mjacob1999-10-171-94/+18
* Roll core version number. Do some stylistic changes. Ensure thatmjacob1999-10-171-112/+49
* add in an INT_PENDING macromjacob1999-10-171-1/+2
* Remove target mode definitions (they'll come back later inmjacob1999-10-171-376/+0
* Add a file where inline functions for the Qlogic isp cards can go. This reducesmjacob1999-10-171-0/+220
* roll 10[24]0 and 1080/12X0 f/wmjacob1999-10-171-3703/+4322
* Remove unnecessary includes.newton1999-10-174-40/+0
* Remove unnecessary includes.newton1999-10-1730-110/+8
* Add support for the PCI version of the Digi SYNC/570i cards.jhay1999-10-178-517/+1681
* Correct a stupid type which prevented us from working with any devicedfr1999-10-172-2/+2
* Put an upper bound on the number of BUSY status retries we'll do (use themjacob1999-10-161-8/+11
* Protect xpt_run_dev_sendq in xpt_release_devq_device with splsoftcam. Thismjacob1999-10-161-3/+5
* The CTL0044 is more properly known as a "Creative SB AWE64 Gold".obrien1999-10-164-0/+12
* Sync w/ sys/i386/isa/isa_compat.h revision 1.16.kato1999-10-161-4/+0
* Sync w/ sys/i386/conf/options.i386 revision 1.122.kato1999-10-162-0/+6
* Merge form sys/i386/conf/GENERIC revision 1.195.kato1999-10-162-2/+2
* Properly fix building posix sources this time.marcel1999-10-162-24/+20
* Relax the check for class=storage, subclass=ide to just class=storage.dfr1999-10-161-2/+1
* - Convert this driver to newbus.mdodd1999-10-163-1036/+1508
* Convert the mx driver to miibus.wpaul1999-10-169-891/+681
* Remove name field from controller information. Fix name setting inimp1999-10-163-38/+44
* Use a much larger buffer for message log retrieval until we are sure thatmsmith1999-10-161-9/+10
* Fix mlx_diagnose_command so that it actually works. I can't believe thismsmith1999-10-161-1/+1
* Save the drive device_t so that we can print it later.msmith1999-10-161-0/+1
* Save the drive device_t correctly so we can print it later.msmith1999-10-162-2/+2
* Eliminate remaining part of incorrect PCI bus numbering sanity check on syste...tegge1999-10-157-49/+0
* Use BWX instructions on EV6 as well as EV5.gallatin1999-10-151-2/+2
* Until we actually support SBus, there's no reason to keep the f/w in the tree.mjacob1999-10-151-4274/+0
* Add new file for pccard compatibilty code. Add it to files so it getsimp1999-10-152-1/+220
* Reorganize the attachement point for pcic (it was unattached andimp1999-10-158-310/+64
* Include opt_bktr.roger1999-10-151-0/+2
* Acutally our style is "options\x20\x09".obrien1999-10-154-64/+64
* Implement pseudo_AF_HDRCMPLT, which controls the state of the 'headermsmith1999-10-157-11/+58
* - Remove the ISA, PCI, and PCCARD specific code from if_ed.c; itmdodd1999-10-156-306/+76
* Make it easier to have completely new bus attachment points for pccardimp1999-10-153-32/+70
* Break out the bus front end code into separate files.mdodd1999-10-152-0/+344
* Make some small tweaks:wpaul1999-10-142-4/+27
* * Implement bus_set/get/delete_resource for pci.dfr1999-10-1411-592/+313
OpenPOWER on IntegriCloud