File: isapnp.gone

package info (click to toggle)
isapnptools 1.16-4.1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 372 kB
  • ctags: 196
  • sloc: ansic: 2,257; yacc: 1,270; sh: 90; makefile: 81
file content (54 lines) | stat: -rw-r--r-- 994 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#------------------------------------------------------------------
#
# /etc/isapnp.gone
#
#------------------------------------------------------------------
#
# $Id: isapnp.gone,v 0.0 1998/10/09 20:46:01 fox Exp $
#
# This file contains a list of ISA resources that are unavailable
# for PnP allocation. This may be (for instance) because they are
# standard motherboard resources, or because there is a non-PnP
# ISA card using the resources, or a device driver hasn't been
# loaded yet, so there is no sign of the resources being in use
# in /proc/*
#
# This file should be editted to suit your local machine.
#
# Resources are:
# IO base[, size] (default size 8 if ommitted)
# IRQ n
# DMA n
# MEM base,size
#
#------------------------------------------------------------------
#
# Standard motherboard stuff
#
# COM1
#
IO 0x3f8,8
IRQ 4
#
# COM2
#
IO 0x2f8,8
IRQ 3
#
# Parallel
#
IO 0x378,2
IRQ 7
#
# PS2 mouse
#
#IRQ 12
#
# Sound
#
#IO 0x220,16
#IO 0x330,2
#IO 0x388,4
#IRQ 5
#DMA 1
#DMA 5