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
/
ide_pci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some horrible #if 0'd code that has no hope of working now. It
peter
1999-12-12
1
-71
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Revert out part of the last patch that can be done better elsewhere.
julian
1999-07-22
1
-8
/
+4
*
fix braino..
julian
1999-07-22
1
-2
/
+2
*
Hopefully make the CMD640B workaround actually work.
peter
1999-07-21
1
-9
/
+6
*
Slight cleanups of the Cyrix 5530 UDMA code.
julian
1999-07-20
1
-100
/
+125
*
Only have the pci component compiled if pci is specified at config.
peter
1999-07-03
1
-4
/
+1
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-5
/
+1
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-1
/
+5
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-2
/
+3
*
Build the functionality of the wdc_p hack into the ide_pci.c code.
peter
1999-04-13
1
-3
/
+12
*
Shoot the LKM support in the old wd/wdc/atapi driver set in the head and
peter
1999-04-13
1
-8
/
+3
*
Add support for SiS 5591/5595 chipset.
grog
1999-03-28
1
-3
/
+224
*
Pass the unit number to the DMA cookie lookup routine and use it
bde
1999-01-17
1
-5
/
+6
*
Fixed a 2-bit error in initializing MWDMA mode for VIA chipsets.
bde
1999-01-17
1
-3
/
+2
*
Fixed a 1-bit error in initializing UDMA mode for VIA chipsets.
bde
1999-01-16
1
-2
/
+2
*
Spell "ctlr" consistently.
msmith
1999-01-16
1
-4
/
+4
*
Fix breakage in rev 1.19; the second argument to ide_pci_candma is a
msmith
1999-01-16
1
-4
/
+4
*
Add support for the ACER LABS Aladin chipset UDMA controller.
julian
1999-01-13
1
-5
/
+87
*
Clean out warnings introduced in last commit.
eivind
1999-01-12
1
-4
/
+4
*
remove some unused variables
julian
1999-01-11
1
-8
/
+7
*
Add support for the Cyrix Cx5530 PCI/ISA bridge which also includes
julian
1999-01-11
1
-15
/
+208
*
Check for DMA capbility is against unit,not controller.
msmith
1998-12-21
1
-2
/
+2
*
Fix uninitialized variable warning by preinitializing 'class' to 0. This
dillon
1998-12-14
1
-2
/
+2
*
pci_device pd_probe function changed from returning char * to returning
dillon
1998-12-14
1
-2
/
+2
*
Eliminate compiler warning.
archie
1998-12-10
1
-2
/
+5
*
Fix typo: expression needs parentheses
archie
1998-12-04
1
-3
/
+3
*
Cast pointers to uintptr_t/intptr_t instead of to u_long/long,
bde
1998-07-15
1
-2
/
+2
*
Fixed printf format errors.
bde
1998-07-11
1
-13
/
+16
*
Don't declare isa device structs or isa interrupt handlers in <sys/conf>,
bde
1998-06-17
1
-2
/
+1
*
Fixed a misdeclaration. This unhides type mismatches which will be
bde
1998-06-17
1
-2
/
+2
*
Support compiling with `gcc -ansi'.
bde
1998-04-15
1
-5
/
+5
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-3
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+3
*
Include pc98.h instead of isa.h when PC98 is defined.
kato
1998-01-14
1
-1
/
+5
*
Correct the check for multiword dma. It was incorrectly checking
dyson
1997-12-19
1
-2
/
+2
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
1
-7
/
+3
*
Addition of support of the slightly rogue Promise IDE interface(Dyson), support
dyson
1997-09-20
1
-610
/
+1088
*
Upgrade of EIDE DMA support, Johns comments:
sos
1997-09-04
1
-245
/
+387
*
Removed unused #includes.
bde
1997-08-02
1
-5
/
+1
*
Add support for busmaster DMA on some PCI IDE chipsets.
sos
1997-07-29
1
-0
/
+817