summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix things so that:mjacob2002-09-014-34/+278
* Add a missing #include <sys/lockmgr.h>.iedowse2002-09-011-0/+1
* Minor fixupsscottl2002-09-011-1/+4
* Sync up: remove device counts.marcel2002-09-011-2/+2
* Use the new kern_* functions to avoid the need to store argumentsiedowse2002-09-018-382/+292
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-0121-87/+302
* Restore Rev. 1.40 (remove "Keyboard yes/no" printf).kan2002-09-012-2/+2
* Add a new function linux_emul_convpath(), which is a version ofiedowse2002-09-012-32/+64
* Split out a number of mostly VFS and signal related syscalls intoiedowse2002-09-017-216/+591
* Remove drm_linux.h, move the two useful defines into drm_drv.h. Use fd lockinganholt2002-09-013-167/+73
* Since we have vp and td cached in local variables, use those insteadrwatson2002-09-011-1/+1
* Unbreak LINT a little by not attempting to configure the nonexist optionbde2002-09-011-3/+0
* Use the correct bit value for a debug optionsscottl2002-09-011-1/+1
* Remove options that don't actually exist (in this form).scottl2002-09-011-5/+0
* Bump __FreeBSD_version for _BSD_FOO_T_ to _FOO_T_DECLARED switch.mike2002-09-011-1/+1
* Upgrade to latest QLogic f/w from their intranet site for 2100, 2200 andmjacob2002-09-013-15262/+15533
* Stylistic fixes for the inclusion of the opt_puc.h header, so it comes from thejmallett2002-09-013-7/+6
* 'aicasm optional ahc ahd' means 'build aicasm only if BOTH ahc and ahdpeter2002-08-311-1/+6
* Reduce the maximum KVA reserved for swap meta structures from 70 to 32 MB.dillon2002-08-312-5/+7
* More cleaning up and unhacking:phk2002-08-315-152/+249
* Make this compile.jake2002-08-311-1/+2
* Don't enable PUC_DEBUG by accidentphk2002-08-312-2/+0
* Split the puc driver in pci specific and generic parts.phk2002-08-315-99/+302
* Make modems work:imp2002-08-311-20/+23
* Add cleandepend target.gibbs2002-08-311-0/+4
* Different and more correct workaround for broken cards under NEWCARD:phk2002-08-311-4/+8
* Pass the cleandir target on to the aicasm Makefile. This shouldgibbs2002-08-311-0/+4
* Ignore all config entries which have a non-zero start I/O address.phk2002-08-311-0/+4
* Complete the hookup of ahd/ahc module building.gibbs2002-08-314-15/+42
* Enable ahd/ahc register pretty printing by default. This expeditesgibbs2002-08-312-2/+10
* Add support for ahd/ahc register pretty printing in diagnostics.gibbs2002-08-312-12/+35
* Sync perforce Ids.gibbs2002-08-312-2/+2
* Identify new controllers and the aic7901A.gibbs2002-08-311-33/+55
* Hook up the endian macros.gibbs2002-08-311-28/+41
* Enable card interrupts in our OSM rather than in the core.gibbs2002-08-311-19/+29
* Correct lun representation during packetized operation.gibbs2002-08-311-44/+26
* Add a prefix to be used for assembler generated tables andgibbs2002-08-311-83/+62
* Convert to new assembler field syntax.gibbs2002-08-311-776/+834
* Updates for new non-packetized SCB-ID collision avoidance,gibbs2002-08-311-107/+125
* Identify the AIC7901A as such instead of an AIC7902.gibbs2002-08-311-477/+775
* If interrupts are disabled on the card, don't bother runninggibbs2002-08-311-1/+10
* Update Perforce Ids.gibbs2002-08-312-2/+2
* Move interrupt enable into the OSM.gibbs2002-08-311-168/+179
* Cleanup endian macros.gibbs2002-08-311-1/+44
* Enable card interrupts from the OSM.gibbs2002-08-311-9/+22
* Add a prefix to be used for assembler generated tables andgibbs2002-08-311-16/+22
* Convert to new assembler field syntax.gibbs2002-08-311-304/+330
* Drop the bus reset hold delay back down to 25us. The 250usgibbs2002-08-311-13/+32
* Add ahc_print_devinfo() to simplify some diagnostic output.gibbs2002-08-311-77/+289
* Pass unparsed serial eeprom information into the driver core.gibbs2002-08-311-34/+40
OpenPOWER on IntegriCloud