index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
pci
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clear out transmit descriptor memory in fxp_attach when it's malloced.
dg
1998-10-11
1
-1
/
+2
*
Fixed mbuf leak in fxp_stop().
dg
1998-10-10
1
-5
/
+9
*
Attempt to work around the page fault in tulip_txput(). I've been running
peter
1998-10-10
1
-2
/
+2
*
Add support for yet another "cyclone" board, with PCI device id 0x905A.
wpaul
1998-10-09
2
-3
/
+6
*
Correctly update the tail pointer of the transmit queue in tl_start()
wpaul
1998-10-08
1
-2
/
+3
*
ahc_pci.c:
gibbs
1998-10-07
3
-8
/
+17
*
Add support for the ASC3550 AdvanSys SCSI Host Controller (aka 940UW).
gibbs
1998-10-07
1
-0
/
+185
*
Add functions for accessing dense and bwx memory for pci devices. These
dfr
1998-10-06
2
-3
/
+51
*
Force the ThunderLAN driver to use PIO mode by default instead of
wpaul
1998-10-04
1
-2
/
+9
*
Oops, forgot /* */ around Id string
sos
1998-10-01
1
-1
/
+1
*
Hauppauge Tech Support confirmed all Hauppauge 878 PAL/SECAM boards
sos
1998-09-30
1
-12
/
+33
*
Hauppauge Tech Support confirmed all Hauppauge 878 PAL/SECAM boards
sos
1998-09-30
1
-0
/
+3
*
Changed tuner code to autodetect tuner i2c address.
sos
1998-09-30
2
-79
/
+59
*
FIxed printf format errors (an new one that is only detected on systems
bde
1998-09-29
1
-6
/
+6
*
Update SimOS scsi driver to use CAM.
dfr
1998-09-26
1
-136
/
+169
*
Add hooks so that the alpha can detect which disk has the root partition.
dfr
1998-09-26
2
-2
/
+9
*
Don't set script to vaddr2 on the alpha - it can't access scripts in device
dfr
1998-09-26
1
-2
/
+6
*
Apply patch graciously provided by Jason Wright <jason@thought.net> from
wpaul
1998-09-25
2
-25
/
+36
*
Small tweak: force another reset of the adapter after probing for all the
wpaul
1998-09-24
1
-3
/
+13
*
Minimal change for #if __FreeBSD__ >= 3 to check __FreeBSD_version instead.
peter
1998-09-24
1
-2
/
+2
*
Change #if __FreeBSD__ >= 3 to #if __FreeBSD_version >= 300000 to aid
peter
1998-09-24
1
-7
/
+15
*
Overhaul the ThunderLAN driver. This update includes the following
wpaul
1998-09-23
2
-1031
/
+1008
*
A fix from Justin for the NCR bug that caused panics on 875 (and possibly
ken
1998-09-22
1
-3
/
+3
*
Bring back the cleanups from revs 1.121 and rev.1.122 of ncr.c.
gibbs
1998-09-22
1
-23
/
+25
*
Alpha patches for the NCR driver from Doug Rabson. I've tested these on an
ken
1998-09-20
1
-54
/
+136
*
Set QUIRK_NOMSG for all devices as was the case in the non-CAM version
gibbs
1998-09-18
1
-3
/
+3
*
(requested by gibbs) Remove the SCSI_CAM option (and rework the isp driver
mjacob
1998-09-18
1
-7
/
+8
*
Really correct ncr_freeze_devq now. We scan backwards from the current
gibbs
1998-09-17
1
-11
/
+26
*
A major amount of cleaning up:
mjacob
1998-09-17
1
-44
/
+32
*
Use %p with (void *) casts to print pointers with printf.
gibbs
1998-09-17
1
-5
/
+5
*
Fix a regression that caused the script to spam itself by copying something
gibbs
1998-09-16
1
-17
/
+49
*
Add 450NX chipset components.
msmith
1998-09-16
1
-1
/
+5
*
Fix a bug in ncr_freeze_devq() which is called when we see a queue
gibbs
1998-09-16
1
-5
/
+10
*
Alpha port related fixes from Doug Rabson.
mjacob
1998-09-16
1
-17
/
+33
*
Some workarounds for a common DEC pci-pci bridge found on alphas.
dfr
1998-09-16
1
-5
/
+9
*
Port de driver to alpha.
dfr
1998-09-16
1
-3
/
+37
*
Correct printf format bugs.
gibbs
1998-09-15
2
-11
/
+13
*
Obsoleted by CAM.
gibbs
1998-09-15
2
-1114
/
+0
*
Convert ISP pci front end to CAM/bus space/dma.
gibbs
1998-09-15
3
-1723
/
+1504
*
Conver the DPT driver to CAM. The dpt_control interface is not yet
gibbs
1998-09-15
1
-407
/
+88
*
Revive PCIConf.
gibbs
1998-09-15
4
-57
/
+501
*
Mylex/Buslogic MultiMaster SCSI-Host Adapter Driver for CAM.
gibbs
1998-09-15
1
-0
/
+205
*
Move to new name, convert to CAM, add support for new chips, and
gibbs
1998-09-15
1
-0
/
+1202
*
Advance Systems SCSI Host Adapter driver for CAM. Currently only support
gibbs
1998-09-15
1
-0
/
+275
*
Changed METEORSINPUT for Hauppauge cards with bt878.
sos
1998-09-10
2
-25
/
+56
*
Correct SECAM B-Delay and add XUSSR channel set.
sos
1998-09-10
1
-3
/
+35
*
- If the OACTIVE flag is set on entry to xl_start(), check to see if the
wpaul
1998-09-08
1
-4
/
+68
*
Maintain a mapping from irq number to (ioapic number, int pin) tuple,
tegge
1998-09-06
2
-9
/
+9
*
Patch the transmit error handler to avoid following NULL pointers and
wpaul
1998-09-06
1
-3
/
+4
*
Modify the xl_mediacheck() routine to also test for the case where the
wpaul
1998-09-04
2
-19
/
+44
[next]