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
/
isa
/
isa_common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-12
/
+12
*
- Make the isab devclass global to allow for multiple ISA bridge drivers.
jhb
2003-07-08
1
-0
/
+17
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Create a 'legacy' node for AMD64 as well as i386. While we'll never
peter
2003-04-30
1
-1
/
+1
*
Add a module version number.
mdodd
2003-04-15
1
-0
/
+1
*
- Use __BUS_ACCESSOR() to define the ISA ivar accessor functions instead of
jhb
2002-10-15
1
-4
/
+4
*
Don't leak memory in case device_add_child_ordered() returns NULL.
phk
2002-09-30
1
-3
/
+6
*
Argh, isa(4), eisa(4) and mca(4) now attach to legacy(4) instead of
jhb
2002-09-26
1
-2
/
+2
*
Fix style bugs:
alfred
2002-02-24
1
-2
/
+3
*
Give a little more information as to why pnp configuration of a device
alfred
2002-02-24
1
-1
/
+7
*
Use the new resource_list_print_type() function.
tmm
2001-12-21
1
-40
/
+5
*
Rework the ISA PnP driver pnp and the PnP resource parser to fix
yokota
2001-09-05
1
-2
/
+92
*
Add a new field, id_config_attr to the struct isa_device.
yokota
2001-09-03
1
-0
/
+8
*
Safety-check against empty PnP ID lists.
msmith
2001-08-30
1
-1
/
+1
*
DO NOT ALLOCATE 2+K OBJECTS ON THE KERNEL STACK!!!!
julian
2001-08-10
1
-12
/
+25
*
It's possible for an ISA bus to be hung off an EISA bridge, so we need to
msmith
2000-12-12
1
-0
/
+1
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+1
*
Staticize some malloc M_ instances.
phk
2000-12-08
1
-1
/
+1
*
Reduce code duplication by using the GET_RESOURCE_LIST bus method and related
mdodd
2000-11-28
1
-26
/
+12
*
Don't assume that any ISA device that fails to probe is a PnP device,
jhb
2000-07-12
1
-9
/
+11
*
Replace the unknown driver with a nomatch method in the isa driver.
dfr
2000-06-25
1
-71
/
+70
*
When allocating resources in the following cases:
msmith
2000-02-11
1
-5
/
+5
*
Don't mark unallocated resources as active; the goal is to reserve them,
msmith
2000-01-18
1
-1
/
+1
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
1
-1
/
+5
*
Allow NULL for startp and/or countp in bus_get_resource() so that you can
peter
1999-11-20
1
-2
/
+4
*
Reorganise the code so that I can add custom identify drivers dynamically
dfr
1999-11-11
1
-1
/
+71
*
* Add struct resource_list* argument to resource_list_alloc and
dfr
1999-10-12
1
-24
/
+27
*
Disable pnp devices before running heuristic probes. This allows us to
dfr
1999-10-03
1
-2
/
+16
*
Change isa_get/set_flags() to device_get/set_flags().
dfr
1999-09-07
1
-12
/
+3
*
Only set the description if there is one in the matching isa_pnp_id.
dfr
1999-09-04
1
-1
/
+2
*
This represents essentially a complete rewrite of the ISA PnP code. The
dfr
1999-09-01
1
-19
/
+535
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix a typo.
mdodd
1999-07-29
1
-5
/
+5
*
Alter the behavior of sys/kern/subr_bus.c:device_print_child()
mdodd
1999-07-29
1
-10
/
+14
*
* Add ivars for ISA pnp.
dfr
1999-05-30
1
-2
/
+49
*
* Change device_add_child_after() to device_add_child_ordered() which is
dfr
1999-05-28
1
-6
/
+3
*
* Factor out the common code between the isa bus drivers for i386 and alpha.
dfr
1999-05-22
1
-0
/
+395