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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference between
phk
1999-05-09
18
-39
/
+52
*
Remove DDB.
dfr
1999-05-09
2
-8
/
+2
*
Hack the diskslice stuff so that it allows the alpha sysinstall to
dfr
1999-05-09
1
-2
/
+8
*
add some amount of sanity to the way the gdb stuff finds its device.
phk
1999-05-09
6
-40
/
+42
*
Fix two warnings.
peter
1999-05-09
2
-2
/
+10
*
Fix warnings.
peter
1999-05-09
1
-3
/
+4
*
Yet a major/dev_t confusion
phk
1999-05-09
1
-4
/
+7
*
siocngetc & putc can be staticized.
phk
1999-05-09
2
-14
/
+6
*
Yet another place which knew too much. Still not sure how much
phk
1999-05-09
2
-4
/
+4
*
fix some DRIVER_TYPE / INTR_TYPE confusions.
phk
1999-05-09
2
-5
/
+4
*
Don't confuse dev_t and major numbers in DEV_MODULE()
phk
1999-05-09
4
-13
/
+14
*
Peter beat me to half this patch, but didn't do the other half:
phk
1999-05-09
1
-4
/
+5
*
Comment advising ordering of cdevsw_add and bdevsw_add is obsolete (no
peter
1999-05-09
1
-4
/
+1
*
Duh, bdevsw() takes dev_t arg.
phk
1999-05-09
2
-16
/
+18
*
Removed DRIVER_TYPE_TTY field.
kato
1999-05-09
1
-2
/
+1
*
Reserve a major number for the frame buffer device.
yokota
1999-05-09
3
-3
/
+6
*
Sync with sys/isa/sio.c revision 1.234.
kato
1999-05-09
2
-54
/
+156
*
Don't confuse cursor keys with numpad keys when composing a char code.
yokota
1999-05-09
2
-10
/
+10
*
Minor tweak after the introduction of new-bus to i386; properly
yokota
1999-05-09
2
-28
/
+28
*
Revive APM hooking code for i386 arch now that the same source file is
yokota
1999-05-09
2
-6
/
+16
*
Make apm_probe() properly return an error code when APM BIOS calls
yokota
1999-05-09
2
-8
/
+8
*
Removed DRIVER_TYPE_TTY field.
kato
1999-05-09
2
-4
/
+2
*
Sync with sys/isa/atkbd_isa.c revision 1.4.
kato
1999-05-09
2
-8
/
+6
*
Sync with sys/i386/isa/wd.c revision 1.197.
kato
1999-05-09
1
-7
/
+1
*
Sync with sys/i386/isa/pcausio.c revision 1.48.
kato
1999-05-09
1
-4
/
+4
*
Sync with sys/i386/isa/npx.c revision 1.61.
kato
1999-05-09
1
-7
/
+9
*
Sync with sys/i386/isa/mse.c revision 1.42.
kato
1999-05-09
1
-6
/
+8
*
Sync with sys/i386/isa/fd.c revision 1.142.
kato
1999-05-09
2
-22
/
+6
*
Sync with sys/i386/i386/userconfig.c revision 1.141.
kato
1999-05-09
1
-19
/
+49
*
Sync with sys/i386/conf/majors.i386 revision 1.72.
kato
1999-05-09
1
-1
/
+2
*
Sync with sys/i386/conf/files.i386 revision 1.238.
kato
1999-05-09
2
-2
/
+4
*
Sync with sys/i386/conf/Makefile.i386 revision 1.149.
kato
1999-05-09
2
-2
/
+10
*
Add a facility in the CAM error handling code to retry selection timeouts.
ken
1999-05-09
8
-42
/
+76
*
Fix a freelist trashing under following confitions:
dt
1999-05-08
1
-1
/
+2
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
106
-407
/
+318
*
Trivial tweak to avoid a warning.
peter
1999-05-08
1
-0
/
+2
*
Add some notes about the globalness of certain things like interrupts
peter
1999-05-08
4
-20
/
+88
*
Fix a typo (eisa<->isa) and some minor cosmetics.
peter
1999-05-08
1
-5
/
+5
*
GC some #if 0 junk
peter
1999-05-08
2
-18
/
+2
*
Print 'irq nn' on the device attach line like the old pci code did.
peter
1999-05-08
2
-2
/
+16
*
Print the child IRQ on it's identification line.
peter
1999-05-08
3
-3
/
+9
*
Don't print 'interrupting at irq nn' on the x86 family, it's not all
peter
1999-05-08
4
-16
/
+16
*
Brace initializers to avoid a warning.
peter
1999-05-08
1
-16
/
+16
*
I'm sick of the automatic rename of /kernel to /kernel.old while doing
peter
1999-05-08
5
-5
/
+25
*
Use haveseen_ioport() which is now connected up to the resource manager.
peter
1999-05-08
4
-10
/
+10
*
GC some unused stuff relating to the old conflict checking and other lint.
peter
1999-05-08
2
-21
/
+24
*
Look up the sensitive flag better, allowing interoperation between old and
peter
1999-05-08
2
-4
/
+8
*
Fix unused variable "flags". (only used if #ifdef I586_CPU)
peter
1999-05-08
3
-3
/
+9
*
GC unused #define id_physid id_scsiid
peter
1999-05-08
4
-28
/
+4
*
Update for new resource_set_*() interface. Also deal with the conflicts
peter
1999-05-08
1
-18
/
+15
[next]