[parisc-linux-cvs] linux deller
Helge Deller
deller@puffin.external.hp.com
Tue, 28 Aug 2001 02:01:28 -0600
CVSROOT: /home/cvs/parisc
Module name: linux
Changes by: deller 01/08/28 02:01:28
Modified files:
arch/parisc/kernel: hardware.c drivers.c
Log message:
- switch to named initializers where possible,
- switch the hardware database to __initdata (saves lots of memory later),
- renamed a few functions:
parisc_getHWtype -> parisc_type_description
parisc_getHWdescription -> parisc_hardware_description
- removed parisc_get_reference(), use parisc_hardware_description() instead
- initial SMP support for the pa_drivers list (hopefully correct :-))
- only add a driver to the driver list if it really handles a device,
- reduced MAX_DEVICES to 32 and added some sanity checks,
- added many kerneldoc descriptions
- don't reference the hardware database and copy the device name instead,