patch-2.1.116 linux/include/asm-m68k/bootinfo.h
Next file: linux/include/asm-m68k/keyboard.h
Previous file: linux/include/asm-m68k/bitops.h
Back to the patch index
Back to the overall index
- Lines: 37
- Date:
Mon Aug 10 11:02:24 1998
- Orig file:
v2.1.115/linux/include/asm-m68k/bootinfo.h
- Orig date:
Tue Jun 23 10:01:28 1998
diff -u --recursive --new-file v2.1.115/linux/include/asm-m68k/bootinfo.h linux/include/asm-m68k/bootinfo.h
@@ -262,10 +262,6 @@
#ifndef __ASSEMBLY__
-#define MACHW_DECLARE(name) unsigned name : 1
-#define MACHW_SET(name) (boot_info.bi_mac.hw_present.name = 1)
-#define MACHW_PRESENT(name) (boot_info.bi_mac.hw_present.name)
-
struct compat_bi_Macintosh
{
unsigned long videoaddr;
@@ -290,25 +286,6 @@
unsigned long rombase;
unsigned long adbdelay;
unsigned long timedbra;
- struct {
- /* video hardware */
- /* sound hardware */
- /* disk storage interfaces */
- MACHW_DECLARE(MAC_SCSI); /* Directly mapped NCR5380 */
- MACHW_DECLARE(IDE); /* IDE Interface */
- /* other I/O hardware */
- MACHW_DECLARE(SCC); /* Serial Communications Contr. */
- /* DMA */
- MACHW_DECLARE(SCSI_DMA); /* DMA for the NCR5380 */
- /* real time clocks */
- MACHW_DECLARE(RTC_CLK); /* clock chip */
- /* supporting hardware */
- MACHW_DECLARE(VIA1); /* Versatile Interface Ad. 1 */
- MACHW_DECLARE(VIA2); /* Versatile Interface Ad. 2 */
- MACHW_DECLARE(RBV); /* Versatile Interface Ad. 2+ */
- /* NUBUS */
- MACHW_DECLARE(NUBUS); /* NUBUS */
- } hw_present;
};
#else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov