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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganise the code so that I can add custom identify drivers dynamically
dfr
1999-11-11
1
-1
/
+71
*
Add code to support ISA PnP.
dfr
1999-11-11
2
-46
/
+128
*
Use cdevsw_add() (temporarily) to avoid DEV_DRIVER_MODULE(), since the
peter
1999-11-08
1
-1
/
+2
*
Use DEVICE_MODULE() directly instead of DEV_DRIVER_MODULE. psm.c uses
peter
1999-11-08
1
-1
/
+1
*
i8254_restore is called from apm_default_resume() to reload
iwasaki
1999-10-30
1
-0
/
+22
*
Last change to pccard_nbk now obviates the need to check the name of
imp
1999-10-28
1
-7
/
+0
*
Add newbus pccard attachment for sio. Some of this code was written
imp
1999-10-25
1
-97
/
+97
*
* Add some verbose logging to the PnP parser and fix a couple of bugs.
dfr
1999-10-14
3
-33
/
+185
*
* Add struct resource_list* argument to resource_list_alloc and
dfr
1999-10-12
5
-70
/
+35
*
Oh foo. I got carried away. :-( "joy.h" is used to size an array.
peter
1999-10-11
1
-0
/
+2
*
Add support for the USRobotics Courier V.Everything (USR0101) modem.
steve
1999-10-11
1
-0
/
+1
*
Zap unneeded #include (found by phk)
peter
1999-10-11
1
-6
/
+0
*
Factor out the PnP resource parser so that it can be re-used by pnpbios
dfr
1999-10-09
3
-234
/
+465
*
Remove old copies. These files now live in src/sys/dev/buslogic
mdodd
1999-10-09
1
-343
/
+0
*
Change pnp ID for the SupraExpress 56i Sp V.90 modem (logical ID
deischen
1999-10-03
1
-2
/
+4
*
Add logical device ID for the Diamond SupraExpress 56K PnP modem:
deischen
1999-10-03
1
-0
/
+1
*
Disable pnp devices before running heuristic probes. This allows us to
dfr
1999-10-03
1
-2
/
+16
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
5
-25
/
+2
*
This patch clears the way for removing a number of tty related
phk
1999-09-25
1
-23
/
+7
*
Two more devstat_end_transaction() -> devstat_end_transaction_buf().
phk
1999-09-19
1
-7
/
+1
*
Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()
phk
1999-09-18
1
-6
/
+1
*
Parse resource descriptions which don't have START_DEPENDANT tags
dfr
1999-09-17
1
-0
/
+6
*
Removed diskerr()'s unused d_name arg and updated callers. This fixes
bde
1999-09-13
1
-1
/
+1
*
Changes to centralise the default blocksize behaviour.
julian
1999-09-09
1
-3
/
+0
*
Make it build, copy from dev/sio/sio.c:
peter
1999-09-08
1
-4
/
+4
*
Restore the old sio* - bruce can fix it himself.
peter
1999-09-08
2
-0
/
+3188
*
Change isa_get/set_flags() to device_get/set_flags().
dfr
1999-09-07
7
-21
/
+9
*
Repo copy isa/sio* to dev/sio/sio* in preperation for extra bus methods
peter
1999-09-06
2
-3188
/
+0
*
Move the #if 0 to catch the card.h include and make sure it's zero.
peter
1999-09-06
1
-1
/
+3
*
Start to disentangle the isa attachments from other buses. Partially
imp
1999-09-06
1
-16
/
+14
*
Only set the description if there is one in the matching isa_pnp_id.
dfr
1999-09-04
1
-1
/
+2
*
Add USR3031 pnp id.
dfr
1999-09-04
1
-0
/
+1
*
Remove the last vestiges of the old pnp code in favour of the new one.
dfr
1999-09-03
1
-106
/
+1
*
Cosmetic tweak. Collect the fdc methods together and apart from the fd
peter
1999-09-03
1
-44
/
+53
*
Revert a bunch of contraversial changes by PHK. After
julian
1999-09-03
1
-0
/
+1
*
This adds the i386 specific support for systems with a MicroChannel
mdodd
1999-09-03
1
-0
/
+10
*
s/LOGIGAL/LOGICAL/
peter
1999-09-02
2
-2
/
+2
*
This represents essentially a complete rewrite of the ISA PnP code. The
dfr
1999-09-01
8
-146
/
+1531
*
Sigh. Serves me right for testing against a modified tree (dfr's pnp
peter
1999-09-01
1
-4
/
+4
*
s/si_tty_tty/si_tty/g
phk
1999-08-30
1
-2
/
+2
*
Make bdev userland access work like cdev userland access unless
phk
1999-08-30
1
-1
/
+0
*
Initialize dev->si_bsize*, the floppy driver doesn't use dsopen().
phk
1999-08-28
1
-0
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
25
-25
/
+25
*
Add PHK's make_dev() into more places where DEVFS used to be
julian
1999-08-27
1
-1
/
+14
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
4
-183
/
+18
*
- Remove cdevsw entry points in individual keyboard drivers;
yokota
1999-08-22
1
-10
/
+8
*
Improve the detection code for GlidePoint. This is still a kludge,
yokota
1999-08-22
1
-2
/
+4
*
Recognize Interlink VersaPad. `Tap' action will be recognized
yokota
1999-08-17
1
-4
/
+100
*
Properly set the alignment argument to bus_dma_tag_create(). If we
gibbs
1999-08-16
1
-3
/
+3
*
Spring cleaning around strategy and disklabels/slices:
phk
1999-08-14
1
-5
/
+4
[next]