summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move the com_emr register definition to sioreg.h.nyan2002-09-243-8/+1
* Merged from sys/dev/sio/sio.c revision 1.379.nyan2002-09-242-2/+0
* MFi386: revisions 1.536 and 1.538.nyan2002-09-242-12/+8
* MFi386: revision 1.419nyan2002-09-241-0/+1
* Fixed to build after removing a.out suppot.nyan2002-09-241-6/+6
* Add an NBBY define to eventually replace the one in <sys/types.h>.mike2002-09-231-0/+1
* Ok, make this compile for real this time. recvfrom_args doesn't have ajhb2002-09-231-1/+1
* Use correct variable name so that previous commit actually compiles.jhb2002-09-231-2/+2
* Parameterize MPT_MAX_REQUESTS based upon device type (FC has Global Creditsmjacob2002-09-234-82/+99
* use __packed.alfred2002-09-2338-361/+361
* Now that we only probe host-PCI bridges once, we no longer have to check tojhb2002-09-233-32/+0
* Put verbose printf's in the PCI BIOS interrupt routing code underjhb2002-09-233-3/+12
* o Move select() helper macros from <sys/types.h> to <sys/select.h>.mike2002-09-232-31/+54
* Update the nexus driver for the addition of the legacy driver:jhb2002-09-233-183/+16
* Hang apm off of the legacy device instead of the nexus.jhb2002-09-232-2/+2
* Change the nexus_pcib driver (eventually to be renamed to legacy_pcib) tojhb2002-09-232-14/+14
* Add a new legacy(4) device driver for use on machines that do not havejhb2002-09-235-922/+225
* Don't use local variable 'p' in a debug statement.. we removed it.julian2002-09-232-2/+2
* oops don't do dthe copy range in a new KSE. There isn't one any more.julian2002-09-231-0/+2
* Slightly rearrange a code in rev. 1.164:maxim2002-09-231-4/+8
* Remove a bunch of stuff that is surplus nowjulian2002-09-232-85/+1
* PIC_GOTOFF is OBE.peter2002-09-233-7/+0
* - Include sys/ktr.h so that vnode_if.h can define trace points.jeff2002-09-231-0/+1
* use __packed, rather than __attribute__((packed)).peter2002-09-232-8/+6
* Alfred got me thinking. Provide stubs for lint, and let the compilerspeter2002-09-231-5/+11
* use __packed/__aligned rather than GCC-specific __attribute__.alfred2002-09-233-16/+16
* White space commit...julian2002-09-231-63/+63
* s/__attribute__((__packed__))/__packed/galfred2002-09-239-50/+50
* I cannot win. I still managed to use #define<space> twice instead ofpeter2002-09-231-2/+2
* Don't use compatability syscall wrappers in emulation code.mini2002-09-237-25/+64
* slightly clean up the thread_userret() and thread_consider_upcall() calls.julian2002-09-234-29/+53
* Add a __section(x) macro as well. Use this in linker_set.h. ie:peter2002-09-232-4/+7
* Add code to create > 1 KSe per process.julian2002-09-231-16/+39
* At great personal risk, add a __packed and __aligned(x) define thatpeter2002-09-239-8/+14
* - Automatically generate and insert KTR points in all VOPs.jeff2002-09-231-0/+24
* Indentation does not define a block.. you need breces {} as well..julian2002-09-231-1/+3
* Wads more cleanup...mjacob2002-09-231-176/+233
* - Hold the credential of the caller and use it in all subsequent vn ops.jeff2002-09-231-6/+7
* Recognize the single channel 2Gb card (FC919)- thanks to LSI Logic formjacob2002-09-231-2/+14
* We do not need to expose mpt_notify outside of mpt_freebsd.c.mjacob2002-09-231-1/+0
* When freeing a request, zero out the sequence number.mjacob2002-09-231-2/+3
* Remove ISP_DMA_ADDR_T definition.mjacob2002-09-231-10/+17
* Add MBOX_INIT_REQ_QUEUE_A64/MBOX_INIT_RES_QUEUE_A64 definitions.mjacob2002-09-231-0/+6
* Delete a whole bunch of compatability defines that we dont use anymore.peter2002-09-232-12/+0
* Redo dma tag creation to correctly reflect the boundary and segmentmjacob2002-09-231-8/+7
* Re-specify the bus space creation such that if we have ISP_DAC_SUPPORTEDmjacob2002-09-231-8/+12
* Fix buglet in A64 CTIO3 structure copy.mjacob2002-09-231-1/+1
* Remove ISP_DMA_ADDR_T define (see ispvar.h)mjacob2002-09-231-1/+4
* If we have a 1240 or an ULTRA2 or better card, use MBOX_INIT_RES_QUEUE_A64mjacob2002-09-231-22/+49
* A SCSI_DELAY of zero is a legitimate value to have.mjacob2002-09-231-2/+4
OpenPOWER on IntegriCloud